Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp857 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local
860 while (SubroutineDIE) { in getInlinedChainForAddress()
861 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
862 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()
865 if (SubroutineDIE.getTag() == DW_TAG_inlined_subroutine) in getInlinedChainForAddress()
866 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()
867 SubroutineDIE = SubroutineDIE.getParent(); in getInlinedChainForAddress()