Home
last modified time | relevance | path

Searched refs:getDwarfAddrSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp56 Section == FI->getDwarfAddrSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp264 return MC->getObjectFileInfo()->getDwarfAddrSection(); in getMCSection()
709 MS->switchSection(MC->getObjectFileInfo()->getDwarfAddrSection()); in emitDwarfDebugAddrsHeader()
738 Asm->OutStreamer->switchSection(MOFI->getDwarfAddrSection()); in emitDwarfDebugAddrs()
750 MS->switchSection(MC->getObjectFileInfo()->getDwarfAddrSection()); in emitDwarfDebugAddrsFooter()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h324 MCSection *getDwarfAddrSection() const { return DwarfAddrSection; } in getDwarfAddrSection() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1672 Label, TLOF.getDwarfAddrSection()->getBeginSymbol()); in addAddrTableBase()
H A DDwarfDebug.cpp3424 AddrPool.emit(*Asm, Asm->getObjFileLowering().getDwarfAddrSection()); in emitDebugAddr()