Home
last modified time | relevance | path

Searched defs:getEntryCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp357 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h568 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1995 Optional<ProfileCount> Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function