Home
last modified time | relevance | path

Searched refs:preprocessProfile (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileReaderBase.h79 virtual Error preprocessProfile(BinaryContext &BC) = 0;
H A DYAMLProfileReader.h34 Error preprocessProfile(BinaryContext &BC) override;
H A DDataAggregator.h62 Error preprocessProfile(BinaryContext &BC) override;
H A DDataReader.h271 virtual Error preprocessProfile(BinaryContext &BC) override;
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp239 Error YAMLProfileReader::preprocessProfile(BinaryContext &BC) { in preprocessProfile() function in llvm::bolt::YAMLProfileReader
H A DDataReader.cpp257 Error DataReader::preprocessProfile(BinaryContext &BC) { in preprocessProfile() function in llvm::bolt::DataReader
H A DDataAggregator.cpp461 Error DataAggregator::preprocessProfile(BinaryContext &BC) { in preprocessProfile() function in DataAggregator
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp132 if (Error E = ProfileReader->preprocessProfile(*BC.get())) in preprocessProfileData()
H A DRewriteInstance.cpp2805 if (Error E = ProfileReader->preprocessProfile(*BC.get())) in preprocessProfileData()