Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp844 endSection(Section); in writeTypeSection()
890 endSection(Section); in writeImportSection()
904 endSection(Section); in writeFunctionSection()
920 endSection(Section); in writeTagSection()
961 endSection(Section); in writeGlobalSection()
979 endSection(Section); in writeTableSection()
996 endSection(Section); in writeExportSection()
1036 endSection(Section); in writeElemSection()
1046 endSection(Section); in writeDataCountSection()
1072 endSection(Section); in writeCodeSection()
[all …]
H A DMCObjectStreamer.cpp560 MCSymbol *SectionEnd = endSection(Section); in emitDwarfLineEndEntry()
H A DMCStreamer.cpp1248 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp94 OutStreamer.endSection(Nt); in emitNoteSection()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h465 MCSymbol *endSection(MCSection *Section);
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp786 OutStreamer->endSection(Nt); in emitStartOfAsmFile()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3002 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section))); in emitDebugARanges()