Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp878 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local
881 while (SubroutineDIE) { in getInlinedChainForAddress()
882 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
883 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()
886 if (SubroutineDIE.getTag() == DW_TAG_inlined_subroutine) in getInlinedChainForAddress()
887 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()
888 SubroutineDIE = SubroutineDIE.getParent(); in getInlinedChainForAddress()