Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h809 std::error_code readFunctionProfiles();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1380 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles() function in SampleProfileReaderGCC
1529 if (std::error_code EC = readFunctionProfiles()) in readImpl()