Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h245 std::unique_ptr<ToolOutputFile> StatsFile = nullptr; global() member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp175 StatsFile("stats-file", cl::desc("Filename to write statistics to")); variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h544 std::string StatsFile; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h172 std::string StatsFile; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1162 std::unique_ptr<ToolOutputFile> StatsFile = std::move(StatsFileOrErr.get()); run() local
1886 auto StatsFile = setupStatsFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1050 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); addLTOOptions() local
2252 SmallString<128> StatsFile; getStatsFileName() local
[all...]
H A DDarwin.cpp637 SmallString<128> StatsFile = in ConstructJob() local
H A DClang.cpp7335 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); ConstructJob() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1096 StringRef StatsFile = getFrontendOpts().StatsFile; ExecuteAction() local