Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp57 Section == FI->getDwarfARangesSection() || in isDwarfSection()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h294 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection() function
/src/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()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp835 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
1183 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3056 Asm->getObjFileLowering().getDwarfARangesSection()); in emitDebugARanges()