Searched refs:SubSection (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 139 SubSectionWriter SubSection(OS); in writeSectionContent() local 145 encodeULEB128(Section.SymbolTable.size(), SubSection.GetStream()); in writeSectionContent() 151 writeUint8(SubSection.GetStream(), Info.Kind); in writeSectionContent() 152 encodeULEB128(Info.Flags, SubSection.GetStream()); in writeSectionContent() 156 encodeULEB128(Info.ElementIndex, SubSection.GetStream()); in writeSectionContent() 158 writeStringRef(Info.Name, SubSection.GetStream()); in writeSectionContent() 161 writeStringRef(Info.Name, SubSection.GetStream()); in writeSectionContent() 163 encodeULEB128(Info.DataRef.Segment, SubSection.GetStream()); in writeSectionContent() 164 encodeULEB128(Info.DataRef.Offset, SubSection.GetStream()); in writeSectionContent() 165 encodeULEB128(Info.DataRef.Size, SubSection.GetStream()); in writeSectionContent() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 75 const MCExpr *SubSection, in changeSection() argument 77 assert(!SubSection && "SubSection is not null!"); in changeSection() 90 FI->getTargetTriple(), OS, SubSection); in changeSection()
|
D | NVPTXTargetStreamer.h | 41 const MCExpr *SubSection, raw_ostream &OS) override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 937 SectionBookkeeping SubSection; in writeLinkingMetaDataSection() local 939 startSection(SubSection, wasm::WASM_SYMBOL_TABLE); in writeLinkingMetaDataSection() 969 endSection(SubSection); in writeLinkingMetaDataSection() 973 startSection(SubSection, wasm::WASM_SEGMENT_INFO); in writeLinkingMetaDataSection() 980 endSection(SubSection); in writeLinkingMetaDataSection() 984 startSection(SubSection, wasm::WASM_INIT_FUNCS); in writeLinkingMetaDataSection() 990 endSection(SubSection); in writeLinkingMetaDataSection() 994 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection() 1005 endSection(SubSection); in writeLinkingMetaDataSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 108 const MCExpr *SubSection, raw_ostream &OS); 383 bool SubSection(const MCExpr *Subsection) { in SubSection() function
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 343 bool SubSection(const MCExpr *Subsection) { in SubSection() function
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 730 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 842 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 690 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 902 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
|