Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h837 std::error_code readFunctionProfiles();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1406 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles() function in SampleProfileReaderGCC
1556 if (std::error_code EC = readFunctionProfiles()) in readImpl()