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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.cpp93 OutStreamer.endSection(Nt);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp259 void endSection(SectionBookkeeping &Section);
430 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { function in class:WasmObjectWriter
441 LLVM_DEBUG(dbgs() << "endSection size=" << Size << "\n");
846 endSection(Section);
892 endSection(Section);
906 endSection(Section);
922 endSection(Section);
963 endSection(Section);
981 endSection(Section);
998 endSection(Sectio
[all...]
H A DMCObjectStreamer.cpp561 MCSymbol *SectionEnd = endSection(Section);
563 // Switch back the dwarf line section, in case endSection had to switch the
H A DMCStreamer.cpp1258 MCSymbol *MCStreamer::endSection(MCSection *Section) { function in class:MCStreamer
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h469 MCSymbol *endSection(MCSection *Section);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3046 List.push_back(SymbolCU(nullptr, Asm->OutStreamer->endSection(Section)));

Completed in 285 milliseconds