Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h876 std::error_code readFunctionProfiles();
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1562 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles() function in SampleProfileReaderGCC
1712 if (std::error_code EC = readFunctionProfiles()) in readImpl()