Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h386 std::error_code readFunctionProfiles();
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp508 std::error_code SampleProfileReaderGCC::readFunctionProfiles() { in readFunctionProfiles() function in SampleProfileReaderGCC
657 if (std::error_code EC = readFunctionProfiles()) in read()