Home
last modified time | relevance | path

Searched refs:GetOutputStream (Results 1 – 17 of 17) sorted by relevance

/external/google-benchmark/src/
Djson_reporter.cc68 std::ostream& out = GetOutputStream(); in ReportContext()
145 std::ostream& out = GetOutputStream(); in ReportRuns()
164 GetOutputStream() << "\n ]\n}\n"; in Finalize()
169 std::ostream& out = GetOutputStream(); in PrintRunData()
Dconsole_reporter.cc44 if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) { in ReportContext()
68 GetOutputStream() << line << "\n" << str << "\n" << line << "\n"; in PrintHeader()
117 auto& Out = GetOutputStream(); in PrintRunData()
Dcsv_reporter.cc46 std::ostream& Out = GetOutputStream(); in ReportRuns()
91 std::ostream& Out = GetOutputStream(); in PrintRunData()
Dbenchmark.cc255 std::flush(reporter->GetOutputStream()); in RunBenchmarks()
362 auto& Out = display_reporter->GetOutputStream(); in RunSpecifiedBenchmarks()
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc68 std::ostream& out = GetOutputStream(); in ReportContext()
145 std::ostream& out = GetOutputStream(); in ReportRuns()
164 GetOutputStream() << "\n ]\n}\n"; in Finalize()
169 std::ostream& out = GetOutputStream(); in PrintRunData()
Dconsole_reporter.cc44 if ((output_options_ & OO_Color) && &std::cout != &GetOutputStream()) { in ReportContext()
69 GetOutputStream() << line << "\n" << str << line << "\n"; in PrintHeader()
118 auto& Out = GetOutputStream(); in PrintRunData()
Dcsv_reporter.cc46 std::ostream& Out = GetOutputStream(); in ReportRuns()
91 std::ostream& Out = GetOutputStream(); in PrintRunData()
Dbenchmark.cc255 std::flush(reporter->GetOutputStream()); in RunBenchmarks()
362 auto& Out = display_reporter->GetOutputStream(); in RunSpecifiedBenchmarks()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp217 static tool_output_file *GetOutputStream() { in GetOutputStream() function
260 OwningPtr<tool_output_file> Out(GetOutputStream()); in AsLexInput()
388 OwningPtr<tool_output_file> Out(GetOutputStream()); in AssembleInput()
459 OwningPtr<tool_output_file> Out(GetOutputStream()); in DisassembleInput()
/external/swiftshader/third_party/LLVM/tools/llc/
Dllc.cpp158 static tool_output_file *GetOutputStream(const char *TargetName, in GetOutputStream() function
326 (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0])); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp209 static std::unique_ptr<ToolOutputFile> GetOutputStream(StringRef Path) { in GetOutputStream() function
423 std::unique_ptr<ToolOutputFile> Out = GetOutputStream(OutputFilename); in main()
433 DwoOut = GetOutputStream(SplitDwarfFile); in main()
/external/llvm/tools/llc/
Dllc.cpp146 GetOutputStream(const char *TargetName, Triple::OSType OS, in GetOutputStream() function
360 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]); in compileModule()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp695 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream() function
717 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA); in CreateASTConsumer()
789 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp175 static std::unique_ptr<ToolOutputFile> GetOutputStream(const char *TargetName, in GetOutputStream() function
472 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]); in compileModule()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp216 static std::unique_ptr<tool_output_file> GetOutputStream() { in GetOutputStream() function
481 std::unique_ptr<tool_output_file> Out = GetOutputStream(); in main()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1429 std::ostream& GetOutputStream() const { return *output_stream_; } in GetOutputStream() function
/external/google-benchmark/include/benchmark/
Dbenchmark.h1429 std::ostream& GetOutputStream() const { return *output_stream_; } in GetOutputStream() function