Searched refs:isSubprogramDIE (Results 1 – 11 of 11) sorted by relevance
55 bool isSubprogramDIE() const;
224 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const { in isSubprogramDIE() function in DWARFDebugInfoEntryMinimal355 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
371 if (DIE.isSubprogramDIE() && in getSubprogramForAddress()
88 bool isSubprogramDIE() const;
337 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie480 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
695 while (!SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
227 for (; Curr.isValid() && !Curr.isSubprogramDIE(); Curr = Die.getParent()) { in verifyDebugInfoCallSite()
327 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie467 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
750 while (!SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
218 for (; Curr.isValid() && !Curr.isSubprogramDIE(); Curr = Die.getParent()) { in verifyDebugInfoCallSite()