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.h727 std::error_code readFuncProfiles();
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp728 if (std::error_code EC = readFuncProfiles()) in readOneSection()
841 std::error_code SampleProfileReaderExtBinaryBase::readFuncProfiles() { in readFuncProfiles() function in SampleProfileReaderExtBinaryBase