Home
last modified time | relevance | path

Searched refs:isSubroutineDIE (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp228 bool DWARFDebugInfoEntryMinimal::isSubroutineDIE() const { in isSubroutineDIE() function in DWARFDebugInfoEntryMinimal
379 if (!isSubroutineDIE()) in getSubroutineName()
443 if (DIE->isSubroutineDIE()) { in getInlinedChainForAddress()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h58 bool isSubroutineDIE() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp286 bool DWARFDie::isSubroutineDIE() const { in isSubroutineDIE() function in DWARFDie
439 if (!isSubroutineDIE()) in getSubroutineName()
DDWARFUnit.cpp476 if (Die.isSubroutineDIE()) { in updateAddressDieMap()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h91 bool isSubroutineDIE() const;