Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h88 bool isSubprogramDIE() const;
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp215 if (!ParentDie.isSubprogramDIE()) in isDIEOfProbe()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp245 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie
H A DDWARFUnit.cpp861 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
H A DDWARFVerifier.cpp273 for (; Curr.isValid() && !Curr.isSubprogramDIE(); Curr = Die.getParent()) { in verifyDebugInfoCallSite()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp664 if (!Die.isSubprogramDIE()) in loadSymbolsFromDWARFUnit()