Home
last modified time | relevance | path

Searched refs:getFunctionCounts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h777 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp814 if (Error E = ProfileReader.getFunctionCounts(Record.FunctionName, in loadFunctionRecord()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1641 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts() function in IndexedInstrProfReader