Home
last modified time | relevance | path

Searched refs:getDwarfAbbrevDWOSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h263 MCSection *getDwarfAbbrevDWOSection() const { return DwarfAbbrevDWOSection; } in getDwarfAbbrevDWOSection() function
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp249 {"debug_abbrev.dwo", {MCOFI.getDwarfAbbrevDWOSection(), DW_SECT_ABBREV}}}; in write()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1880 InfoHolder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevDWOSection()); in emitDebugAbbrevDWO()