Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp180 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const { in isSubprogramDIE() function in DWARFDebugInfoEntryMinimal
288 if (isSubprogramDIE()) { in buildAddressRangeTable()
DDWARFDebugInfoEntry.h64 bool isSubprogramDIE() const;
DDWARFCompileUnit.cpp268 if (DieArray[i].isSubprogramDIE() && in getInlinedChainForAddress()