Searched refs:SubSection (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVTargetStreamer.h24 const MCExpr *SubSection, raw_ostream &OS) override {}
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp167 SubSectionWriter SubSection(OS);
168 raw_ostream &SubOS = SubSection.getStream();
173 SubSection.done();
177 raw_ostream &SubOS = SubSection.getStream();
181 SubSection.done();
190 SubSectionWriter SubSection(OS);
195 encodeULEB128(Section.SymbolTable.size(), SubSection.getStream());
199 writeUint8(SubSection.getStream(), Info.Kind);
200 encodeULEB128(Info.Flags, SubSection.getStream());
206 encodeULEB128(Info.ElementIndex, SubSection
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h46 const MCExpr *SubSection, raw_ostream &OS) override;
H A DNVPTXTargetStreamer.cpp88 const MCExpr *SubSection,
90 assert(!SubSection && "SubSection is not null!");
101 OS, SubSection);
86 changeSection(const MCSection *CurSection, MCSection *Section, const MCExpr *SubSection, raw_ostream &OS) argument
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1164 SectionBookkeeping SubSection; local
1166 startSection(SubSection, wasm::WASM_SYMBOL_TABLE);
1199 endSection(SubSection);
1203 startSection(SubSection, wasm::WASM_SEGMENT_INFO);
1210 endSection(SubSection);
1214 startSection(SubSection, wasm::WASM_INIT_FUNCS);
1220 endSection(SubSection);
1224 startSection(SubSection, wasm::WASM_COMDAT_INFO);
1235 endSection(SubSection);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h119 const MCExpr *SubSection, raw_ostream &OS);

Completed in 195 milliseconds