Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp846 endSection(Section); in writeTypeSection()
892 endSection(Section); in writeImportSection()
906 endSection(Section); in writeFunctionSection()
922 endSection(Section); in writeTagSection()
963 endSection(Section); in writeGlobalSection()
981 endSection(Section); in writeTableSection()
998 endSection(Section); in writeExportSection()
1038 endSection(Section); in writeElemSection()
1048 endSection(Section); in writeDataCountSection()
1074 endSection(Section); in writeCodeSection()
[all …]
H A DMCObjectStreamer.cpp561 MCSymbol *SectionEnd = endSection(Section); in emitDwarfLineEndEntry()
H A DMCStreamer.cpp1258 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp93 OutStreamer.endSection(Nt); in emitNoteSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h469 MCSymbol *endSection(MCSection *Section);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3046 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section))); in emitDebugARanges()