Read the contents of the given profile instance.
Declared in <llvm/ProfileData/SampleProfReader.h>
std::error_code
readProfile(FunctionSamples& FProfile);
Success, or an error if reading fails.
| Name | Description |
|---|---|
| FProfile | FunctionSamples instance to populate. |