Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h507 Error getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp246 if (Error E = ProfileReader.getFunctionCounts(Record.FunctionName, in loadFunctionRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp895 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts() function in IndexedInstrProfReader