Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp689 DWARFDie SubroutineDIE = in getInlinedChainForAddress() local
692 while (SubroutineDIE) { in getInlinedChainForAddress()
693 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
694 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()
697 if (SubroutineDIE.getTag() == DW_TAG_inlined_subroutine) in getInlinedChainForAddress()
698 InlinedChain.push_back(SubroutineDIE); in getInlinedChainForAddress()
699 SubroutineDIE = SubroutineDIE.getParent(); in getInlinedChainForAddress()