Home
last modified time | relevance | path

Searched refs:writeAutoFDOData (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataAggregator.h324 std::error_code writeAutoFDOData(StringRef OutputFilename);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp365 std::error_code DataAggregator::writeAutoFDOData(StringRef OutputFilename) { in writeAutoFDOData() function in DataAggregator
557 if (std::error_code EC = writeAutoFDOData(opts::OutputFilename)) in preprocessProfile()