Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugInfoEntry.cpp135 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const { in isSubprogramDIE() function in DWARFDebugInfoEntryMinimal
236 if (isSubprogramDIE()) { in buildAddressRangeTable()
HDDWARFDebugInfoEntry.h57 bool isSubprogramDIE() const;
HDDWARFUnit.cpp335 if (DieArray[i].isSubprogramDIE() && in getSubprogramForAddress()