Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp649 DIE *OriginDIE = getAbstractSPDies()[InlinedSP]; in constructInlinedScopeDIE() local
650 assert(OriginDIE && "Unable to find original DIE for an inlined subprogram."); in constructInlinedScopeDIE()
653 addDIEEntry(*ScopeDIE, dwarf::DW_AT_abstract_origin, *OriginDIE); in constructInlinedScopeDIE()