Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp132 MS->switchSection(MOFI->getDwarfInfoSection()); in emitCompileUnitHeader()
156 MS->switchSection(MOFI->getDwarfInfoSection()); in emitDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h273 MCSection *getDwarfInfoSection() const { return DwarfInfoSection; } in getDwarfInfoSection() function
274 MCSection *getDwarfInfoSection(uint64_t Hash) const { in getDwarfInfoSection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp53 Section == FI->getDwarfInfoSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp156 MS->switchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
221 MS->switchSection(MOFI->getDwarfInfoSection()); in emitDIE()
242 return MC->getObjectFileInfo()->getDwarfInfoSection(); in getMCSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp908 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1166 MCOS->switchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1107 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
3369 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()
3500 : Asm->getObjFileLowering().getDwarfInfoSection(Signature); in addDwarfTypeUnitType()