Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp344 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1825 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h567 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function