Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp112 cl::opt<std::string> LTOStatsFile( variable
138 Config.StatsFile = LTOStatsFile; in LTOCodeGenerator()
587 auto StatsFileOrErr = lto::setupStatsFile(LTOStatsFile); in optimize()