Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h87 bool isSubprogramDIE() const;
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp316 if (!ParentDie.isSubprogramDIE()) in isDIEOfProbe()
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp243 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie
H A DDWARFUnit.cpp883 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
H A DDWARFVerifier.cpp323 for (; Curr.isValid() && !Curr.isSubprogramDIE(); Curr = Die.getParent()) { in verifyDebugInfoCallSite()