Home
last modified time | relevance | path

Searched refs:SubSection (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp139 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/
DNVPTXTargetStreamer.cpp75 const MCExpr *SubSection, in changeSection() argument
77 assert(!SubSection && "SubSection is not null!"); in changeSection()
90 FI->getTargetTriple(), OS, SubSection); in changeSection()
DNVPTXTargetStreamer.h41 const MCExpr *SubSection, raw_ostream &OS) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp937 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/
DMCStreamer.h108 const MCExpr *SubSection, raw_ostream &OS);
383 bool SubSection(const MCExpr *Subsection) { in SubSection() function
/external/llvm/include/llvm/MC/
DMCStreamer.h343 bool SubSection(const MCExpr *Subsection) { in SubSection() function
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp730 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp842 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp690 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp902 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()