Searched refs:SubroutineDIE (Results 1 – 1 of 1) sorted by relevance
744 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local747 if (!SubroutineDIE) in getInlinedChainForAddress()750 while (!SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()751 if (SubroutineDIE.getTag() == DW_TAG_inlined_subroutine) in getInlinedChainForAddress()752 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()753 SubroutineDIE = SubroutineDIE.getParent(); in getInlinedChainForAddress()755 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()