Home
last modified time | relevance | path

Searched defs:StatsFile (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h242 std::unique_ptr<ToolOutputFile> StatsFile = nullptr; member
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp180 StatsFile("stats-file", cl::desc("Filename to write statistics to")); variable
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h163 std::string StatsFile; member
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h497 std::string StatsFile; variable
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1036 std::unique_ptr<ToolOutputFile> StatsFile = std::move(StatsFileOrErr.get()); in run() local
1640 auto StatsFile = in setupStatsFile() local
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp626 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); in addLTOOptions() local
1610 SmallString<128> StatsFile; in getStatsFileName() local
H A DDarwin.cpp593 SmallString<128> StatsFile = in ConstructJob() local
H A DClang.cpp6914 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); in ConstructJob() local
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp1074 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction() local