Home
last modified time | relevance | path

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

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