Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp338 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie
480 if (isSubprogramDIE()) { in collectChildrenAddressRanges()
H A DDWARFUnit.cpp693 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
H A DDWARFVerifier.cpp227 for (; Curr.isValid() && !Curr.isSubprogramDIE(); Curr = Die.getParent()) { in verifyDebugInfoCallSite()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h88 bool isSubprogramDIE() const;