Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp341 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() function in GCOVFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1571 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount() function in Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h573 uint32_t getEntryCount() const { return getSlots().size(); } in getEntryCount() function