Searched refs:isSubprogramDIE (Results 1 – 6 of 6) 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()
284 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie413 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
534 while (!SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
88 bool isSubprogramDIE() const;