Home
last modified time | relevance | path

Searched refs:readFuncProfiles (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h788 std::error_code readFuncProfiles();
789 std::error_code readFuncProfiles(const DenseSet<StringRef> &FuncsToUse,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp757 if (std::error_code EC = readFuncProfiles()) in readOneSection()
831 if (std::error_code EC = readFuncProfiles(FuncsToUse, Profiles)) in read()
893 std::error_code SampleProfileReaderExtBinaryBase::readFuncProfiles( in readFuncProfiles() function in SampleProfileReaderExtBinaryBase
984 std::error_code SampleProfileReaderExtBinaryBase::readFuncProfiles() { in readFuncProfiles() function in SampleProfileReaderExtBinaryBase
1003 if (std::error_code EC = readFuncProfiles(FuncsToUse, Profiles)) in readFuncProfiles()