Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp135 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const { in isSubprogramDIE() function in DWARFDebugInfoEntryMinimal
236 if (isSubprogramDIE()) { in buildAddressRangeTable()
DDWARFDebugInfoEntry.h57 bool isSubprogramDIE() const;
DDWARFUnit.cpp335 if (DieArray[i].isSubprogramDIE() && in getSubprogramForAddress()