Home
last modified time | relevance | path

Searched refs:endSection (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp790 endSection(Section); in writeTypeSection()
836 endSection(Section); in writeImportSection()
850 endSection(Section); in writeFunctionSection()
866 endSection(Section); in writeTagSection()
903 endSection(Section); in writeGlobalSection()
921 endSection(Section); in writeTableSection()
938 endSection(Section); in writeExportSection()
978 endSection(Section); in writeElemSection()
988 endSection(Section); in writeDataCountSection()
1017 endSection(Section); in writeCodeSection()
[all …]
H A DMCObjectStreamer.cpp511 MCSymbol *SectionEnd = endSection(Section); in emitDwarfLineEndEntry()
H A DMCStreamer.cpp1223 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp92 OutStreamer.endSection(Nt); in emitNoteSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp659 OutStreamer->endSection(Nt); in emitStartOfAsmFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h450 MCSymbol *endSection(MCSection *Section);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2946 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section))); in emitDebugARanges()