Home
last modified time | relevance | path

Searched refs:isSubprogramDIE (Results 1 – 6 of 6) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp284 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie
413 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
DDWARFUnit.cpp534 while (!SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h88 bool isSubprogramDIE() const;