Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp55 Section == FI->getDwarfARangesSection() || in isDwarfSection()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp199 MC->getObjectFileInfo()->getDwarfARangesSection()) in emitSectionContents()
381 MS->switchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h294 MCSection *getDwarfARangesSection() const { return DwarfARangesSection; } in getDwarfARangesSection() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp830 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
1178 MCOS->switchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2988 Asm->getObjFileLowering().getDwarfARangesSection()); in emitDebugARanges()