Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h55 bool isSubprogramDIE() const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp224 bool DWARFDebugInfoEntryMinimal::isSubprogramDIE() const { in isSubprogramDIE() function in DWARFDebugInfoEntryMinimal
355 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
DDWARFUnit.cpp371 if (DIE.isSubprogramDIE() && in getSubprogramForAddress()