Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp528 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local
531 if (!SubroutineDIE) in getInlinedChainForAddress()
534 while (!SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
535 if (SubroutineDIE.getTag() == DW_TAG_inlined_subroutine) in getInlinedChainForAddress()
536 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()
537 SubroutineDIE = SubroutineDIE.getParent(); in getInlinedChainForAddress()
539 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()