Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h90 bool isSubroutineDIE() const;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp242 bool DWARFDie::isSubroutineDIE() const { in isSubroutineDIE() function in DWARFDie
437 if (!isSubroutineDIE()) in getSubroutineName()
DDWARFUnit.cpp721 if (Die.isSubroutineDIE()) { in updateAddressDieMap()