Searched refs:readProfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h341 std::error_code readProfile(FunctionSamples &FProfile);
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp288 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) { function in class:SampleProfileReaderBinary
356 if (std::error_code EC = readProfile(CalleeProfile))
378 if (std::error_code EC = readProfile(FProfile))

Completed in 50 milliseconds