Home
last modified time | relevance | path

Searched refs:enabledFor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DBoltAddressTranslation.h108 bool enabledFor(llvm::object::ELFObjectFileBase *InputFile) const;
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp280 bool BoltAddressTranslation::enabledFor( in enabledFor() function in llvm::bolt::BoltAddressTranslation
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp474 !(opts::AggregateOnly && BAT->enabledFor(InputFile)) && in discoverStorage()
738 if (opts::AggregateOnly && BAT->enabledFor(InputFile)) { in run()
1767 if (!opts::SaveProfile.empty() && BAT->enabledFor(InputFile)) { in adjustCommandLineOptions()
2799 if (BAT->enabledFor(InputFile)) { in preprocessProfileData()