HomeSort by: relevance | last modified time | path
    Searched defs:getEntryCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
GCOV.cpp 342 /// getEntryCount - Get the number of times the function was called by
344 uint64_t GCOVFunction::getEntryCount() const {
791 os << "function:" << f->startLine << ',' << f->getEntryCount() << ','
897 const uint64_t entryCount = f.getEntryCount();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 567 uint32_t getEntryCount() const { return getSlots().size(); }

Completed in 23 milliseconds