Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.h55 bool isSubprogramDIE() const;
DDWARFDebugInfoEntry.cpp133 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const { in isSubprogramDIE() function in DWARFDebugInfoEntryMinimal
264 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
DDWARFUnit.cpp333 if (DIE.isSubprogramDIE() && in getSubprogramForAddress()