Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp58 Section == FI->getDwarfARangesSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h293 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp256 return MC->getObjectFileInfo()->getDwarfARangesSection(); in getMCSection()
438 MS->switchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitDwarfDebugArangesTable()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp829 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
1177 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3068 Asm->getObjFileLowering().getDwarfARangesSection()); in emitDebugARanges()