Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp57 Section == FI->getDwarfRangesSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h294 MCSection *getDwarfRangesSection() const { return DwarfRangesSection; } in getDwarfRangesSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp248 return MC->getObjectFileInfo()->getDwarfRangesSection(); in getMCSection()
481 MS->switchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitDwarfDebugRangesTableFragment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1312 const MCSymbol *Sym = TLOF.getDwarfRangesSection()->getBeginSymbol(); in finalizeModuleInfo()
3195 : Asm->getObjFileLowering().getDwarfRangesSection()); in emitDebugRanges()
H A DDwarfCompileUnit.cpp627 TLOF.getDwarfRangesSection()->getBeginSymbol(); in addScopeRangeList()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1105 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in emitGenDwarfRanges()