Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h247 std::unique_ptr<ToolOutputFile> StatsFile = nullptr; member
/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp175 StatsFile("stats-file", cl::desc("Filename to write statistics to")); variable
/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h169 std::string StatsFile; global() member
/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h578 std::string StatsFile; variable
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1175 std::unique_ptr<ToolOutputFile> StatsFile = std::move(StatsFileOrErr.get()); run() local
1917 auto StatsFile = setupStatsFile() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1099 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); addLTOOptions() local
2252 SmallString<128> StatsFile; getStatsFileName() local
[all...]
H A DDarwin.cpp637 SmallString<128> StatsFile = ConstructJob() local
H A DClang.cpp7479 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); ConstructJob() local
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1077 StringRef StatsFile = getFrontendOpts().StatsFile; ExecuteAction() local