Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp258 void endSection(SectionBookkeeping &Section);
427 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection() function in WasmObjectWriter
841 endSection(Section); in writeTypeSection()
887 endSection(Section); in writeImportSection()
901 endSection(Section); in writeFunctionSection()
917 endSection(Section); in writeTagSection()
958 endSection(Section); in writeGlobalSection()
978 endSection(Section); in writeTableSection()
995 endSection(Section); in writeExportSection()
1036 endSection(Section); in writeElemSection()
[all …]
H A DMCObjectStreamer.cpp475 MCSymbol *SectionEnd = endSection(Section); in emitDwarfLineEndEntry()
H A DMCStreamer.cpp1298 MCSymbol *MCStreamer::endSection(MCSection *Section) { in endSection() function in MCStreamer
/src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp112 OutStreamer.endSection(Nt); in emitNoteSection()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h440 MCSymbol *endSection(MCSection *Section);
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3034 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section))); in emitDebugARanges()