Searched refs:SubroutineDIE (Results 1 – 1 of 1) sorted by relevance
879 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local882 while (SubroutineDIE) { in getInlinedChainForAddress()883 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()884 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()887 if (SubroutineDIE.getTag() == DW_TAG_inlined_subroutine) in getInlinedChainForAddress()888 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()889 SubroutineDIE = SubroutineDIE.getParent(); in getInlinedChainForAddress()