Home
last modified time | relevance | path

Searched refs:getDwarfAbbrevSection (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp51 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp127 MS->switchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h273 MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } in getDwarfAbbrevSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp214 MS->switchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
258 return MC->getObjectFileInfo()->getDwarfAbbrevSection(); in getMCSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp782 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
1177 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1814 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false); in emitCommonHeader()
H A DDwarfDebug.cpp2380 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()