Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp195 MC->getObjectFileInfo()->getDwarfRangesSection()) in emitSectionContents()
314 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
408 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h282 MCSection *getDwarfRangesSection() const { return DwarfRangesSection; } in getDwarfRangesSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1327 const MCSymbol *Sym = TLOF.getDwarfRangesSection()->getBeginSymbol(); in finalizeModuleInfo()
3088 : Asm->getObjFileLowering().getDwarfRangesSection()); in emitDebugRanges()
H A DDwarfCompileUnit.cpp582 TLOF.getDwarfRangesSection()->getBeginSymbol(); in addScopeRangeList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1076 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in emitGenDwarfRanges()