Home
last modified time | relevance | path

Searched refs:StatsFile (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp117 StatsFile("stats-file", cl::desc("Filename to write statistics to")); variable
247 Conf.StatsFile = StatsFile; in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp804 std::unique_ptr<ToolOutputFile> StatsFile = nullptr; in run() local
805 if (!Conf.StatsFile.empty()) { in run()
808 StatsFile = in run()
809 llvm::make_unique<ToolOutputFile>(Conf.StatsFile, EC, sys::fs::F_None); in run()
812 StatsFile->keep(); in run()
819 if (StatsFile) in run()
820 PrintStatisticsJSON(StatsFile->os()); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h94 std::string StatsFile; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp903 Conf.StatsFile = options::stats_file; in createLTO()