Searched refs:SubroutineDIE (Results 1 – 1 of 1) sorted by relevance
856 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local859 while (SubroutineDIE) { in getInlinedChainForAddress()860 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()861 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()864 if (SubroutineDIE.getTag() == DW_TAG_inlined_subroutine) in getInlinedChainForAddress()865 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()866 SubroutineDIE = SubroutineDIE.getParent(); in getInlinedChainForAddress()