Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h87 bool isSubprogramDIE() const;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp252 if (!ParentDie.isSubprogramDIE()) in isDIEOfProbe()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp240 bool DWARFDie::isSubprogramDIE() const { return getTag() == DW_TAG_subprogram; } in isSubprogramDIE() function in DWARFDie
H A DDWARFUnit.cpp871 if (SubroutineDIE.isSubprogramDIE()) { in getInlinedChainForAddress()
H A DDWARFVerifier.cpp273 for (; Curr.isValid() && !Curr.isSubprogramDIE(); Curr = Die.getParent()) { in verifyDebugInfoCallSite()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp753 if (!Die.isSubprogramDIE()) in loadSymbolsFromDWARFUnit()