Home
last modified time | relevance | path

Searched refs:getDwarfLocDWOSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp73 Section == FI->getDwarfLocDWOSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h321 MCSection *getDwarfLocDWOSection() const { return DwarfLocDWOSection; } in getDwarfLocDWOSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp615 {"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_EXT_LOC}}, in write()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2961 Asm->getObjFileLowering().getDwarfLocDWOSection()); in emitDebugLocDWO()