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.cpp257 void endSection(SectionBookkeeping &Section);
425 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection() function in WasmObjectWriter
817 endSection(Section); in writeTypeSection()
864 endSection(Section); in writeImportSection()
878 endSection(Section); in writeFunctionSection()
894 endSection(Section); in writeTagSection()
935 endSection(Section); in writeGlobalSection()
955 endSection(Section); in writeTableSection()
972 endSection(Section); in writeExportSection()
1013 endSection(Section); in writeElemSection()
[all …]
H A DMCObjectStreamer.cpp511 EndLabel = endSection(Section); in emitDwarfLineEndEntry()
H A DMCStreamer.cpp1398 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp123 OutStreamer.endSection(Nt); in emitNoteSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h458 MCSymbol *endSection(MCSection *Section);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3483 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section))); in emitDebugARanges()