Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h246 std::unique_ptr<ToolOutputFile> StatsFile = nullptr; member
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h246 std::unique_ptr<ToolOutputFile> StatsFile = nullptr; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h121 std::string StatsFile; member
/external/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp155 StatsFile("stats-file", cl::desc("Filename to write statistics to")); variable
/external/llvm-project/llvm/include/llvm/LTO/
DConfig.h146 std::string StatsFile; member
/external/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h445 std::string StatsFile; variable
/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp606 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); in addLTOOptions() local
1476 SmallString<128> StatsFile; in getStatsFileName() local
DDarwin.cpp579 SmallString<128> StatsFile = in ConstructJob() local
DClang.cpp6112 SmallString<128> StatsFile = getStatsFileName(Args, Output, Input, D); in ConstructJob() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp932 std::unique_ptr<ToolOutputFile> StatsFile = std::move(StatsFileOrErr.get()); in run() local
1411 auto StatsFile = in setupStatsFile() local
/external/llvm-project/llvm/lib/LTO/
DLTO.cpp970 std::unique_ptr<ToolOutputFile> StatsFile = std::move(StatsFileOrErr.get()); in run() local
1522 auto StatsFile = in setupStatsFile() local
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1033 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction() local