Searched refs:preprocessProfile (Results 1 – 9 of 9) sorted by relevance
79 virtual Error preprocessProfile(BinaryContext &BC) = 0;
34 Error preprocessProfile(BinaryContext &BC) override;
62 Error preprocessProfile(BinaryContext &BC) override;
271 virtual Error preprocessProfile(BinaryContext &BC) override;
239 Error YAMLProfileReader::preprocessProfile(BinaryContext &BC) { in preprocessProfile() function in llvm::bolt::YAMLProfileReader
257 Error DataReader::preprocessProfile(BinaryContext &BC) { in preprocessProfile() function in llvm::bolt::DataReader
461 Error DataAggregator::preprocessProfile(BinaryContext &BC) { in preprocessProfile() function in DataAggregator
132 if (Error E = ProfileReader->preprocessProfile(*BC.get())) in preprocessProfileData()
2805 if (Error E = ProfileReader->preprocessProfile(*BC.get())) in preprocessProfileData()