Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp74 Section == FI->getDwarfLineDWOSection() || in isDwarfSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h307 MCSection *getDwarfLineDWOSection() const { return DwarfLineDWOSection; } in getDwarfLineDWOSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp665 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}, in write()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3243 Asm->getObjFileLowering().getDwarfLineDWOSection()); in emitDebugLineDWO()