Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp250 return MC->getObjectFileInfo()->getDwarfRnglistsSection(); in getMCSection()
511 MS->switchSection(MC->getObjectFileInfo()->getDwarfRnglistsSection()); in emitDwarfDebugRangeListHeader()
558 MS->switchSection(MC->getObjectFileInfo()->getDwarfRnglistsSection()); in emitDwarfDebugRangeListFooter()
570 MS->switchSection(MC->getObjectFileInfo()->getDwarfRnglistsSection()); in emitDwarfDebugRngListsTableFragment()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h295 MCSection *getDwarfRnglistsSection() const { return DwarfRnglistsSection; } in getDwarfRnglistsSection() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1085 MCOS->switchSection(context.getObjectFileInfo()->getDwarfRnglistsSection()); in emitGenDwarfRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1848 TLOF.getDwarfRnglistsSection()->getBeginSymbol()); in addRnglistsBase()
H A DDwarfDebug.cpp3194 ? Asm->getObjFileLowering().getDwarfRnglistsSection() in emitDebugRanges()