HomeSort by: relevance | last modified time | path
    Searched refs:readProfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 579 std::error_code readProfile(FunctionSamples &FProfile);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 475 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) {
544 if (std::error_code EC = readProfile(CalleeProfile))
572 if (std::error_code EC = readProfile(FProfile))

Completed in 16 milliseconds