Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DYAMLProfileWriter.h31 std::error_code writeProfile(const RewriteInstance &RI);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp140 std::error_code YAMLProfileWriter::writeProfile(const RewriteInstance &RI) { in writeProfile() function in llvm::bolt::YAMLProfileWriter
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2842 PW.writeProfile(*this); in processProfileData()