Searched refs:SubroutineDIE (Results 1 – 1 of 1) sorted by relevance
528 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local531 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()