Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp443 DIE *OriginDIE = DU->getAbstractSPDies()[InlinedSP]; in constructInlinedScopeDIE() local
444 assert(OriginDIE && "Unable to find original DIE for an inlined subprogram."); in constructInlinedScopeDIE()
447 addDIEEntry(*ScopeDIE, dwarf::DW_AT_abstract_origin, *OriginDIE); in constructInlinedScopeDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp463 DIE *OriginDIE = getAbstractSPDies()[InlinedSP]; in constructInlinedScopeDIE() local
464 assert(OriginDIE && "Unable to find original DIE for an inlined subprogram."); in constructInlinedScopeDIE()
467 addDIEEntry(*ScopeDIE, dwarf::DW_AT_abstract_origin, *OriginDIE); in constructInlinedScopeDIE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp306 DIE *OriginDIE = TheCU->getDIE(InlinedSP); in constructInlinedScopeDIE() local
307 if (!OriginDIE) { in constructInlinedScopeDIE()
327 dwarf::DW_FORM_ref4, OriginDIE); in constructInlinedScopeDIE()
350 InlinedSubprogramDIEs.insert(OriginDIE); in constructInlinedScopeDIE()