Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h239 std::unique_ptr<ToolOutputFile> StatsFile = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp155 StatsFile("stats-file", cl::desc("Filename to write statistics to")); variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h160 std::string StatsFile; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h450 std::string StatsFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp625 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); in addLTOOptions() local
1516 SmallString<128> StatsFile; in getStatsFileName() local
H A DDarwin.cpp591 SmallString<128> StatsFile = in ConstructJob() local
H A DClang.cpp6450 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); in ConstructJob() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp1031 std::unique_ptr<ToolOutputFile> StatsFile = std::move(StatsFileOrErr.get()); in run() local
1585 auto StatsFile = in setupStatsFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1008 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction() local