Searched defs:MaxFunctionCount (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h33 uint64_t MaxFunctionCount; member in class:llvm::InstrProfWriter
H A DInstrProf.h594 uint64_t MaxFunctionCount; member in struct:llvm::IndexedInstrProf::HashT::Header
H A DInstrProfReader.h340 uint64_t MaxFunctionCount; member in class:llvm::IndexedInstrProf::IndexedInstrProfReader
/freebsd-11.0-release/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp260 uint64_t MaxFunctionCount = 0, MaxBlockCount = 0; local
336 OS << "Maximum function count: " << MaxFunctionCount << "\n"; local

Completed in 58 milliseconds