OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOutputStream
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
console_reporter.cc
44
if ((output_options_ & OO_Color) && &std::cout != &
GetOutputStream
()) {
69
GetOutputStream
() << line << "\n" << str << line << "\n";
118
auto& Out =
GetOutputStream
();
csv_reporter.cc
46
std::ostream& Out =
GetOutputStream
();
91
std::ostream& Out =
GetOutputStream
();
json_reporter.cc
68
std::ostream& out =
GetOutputStream
();
145
std::ostream& out =
GetOutputStream
();
164
GetOutputStream
() << "\n ]\n}\n";
169
std::ostream& out =
GetOutputStream
();
benchmark.cc
255
std::flush(reporter->
GetOutputStream
());
362
auto& Out = display_reporter->
GetOutputStream
();
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
console_reporter.cc
44
if ((output_options_ & OO_Color) && &std::cout != &
GetOutputStream
()) {
69
GetOutputStream
() << line << "\n" << str << line << "\n";
103
auto& Out =
GetOutputStream
();
csv_reporter.cc
46
std::ostream& Out =
GetOutputStream
();
87
std::ostream& Out =
GetOutputStream
();
json_reporter.cc
68
std::ostream& out =
GetOutputStream
();
132
std::ostream& out =
GetOutputStream
();
151
GetOutputStream
() << "\n ]\n}\n";
156
std::ostream& out =
GetOutputStream
();
benchmark.cc
420
std::flush(reporter->
GetOutputStream
());
508
auto& Out = console_reporter->
GetOutputStream
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp
222
static std::unique_ptr<ToolOutputFile>
GetOutputStream
(StringRef Path,
464
std::unique_ptr<ToolOutputFile> Out =
GetOutputStream
(OutputFilename, Flags);
474
DwoOut =
GetOutputStream
(SplitDwarfFile, sys::fs::OF_None);
/src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
llvm-ml.cpp
97
static std::unique_ptr<ToolOutputFile>
GetOutputStream
(StringRef Path) {
308
std::unique_ptr<ToolOutputFile> Out =
GetOutputStream
(OutputFilename);
/src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp
222
static std::unique_ptr<ToolOutputFile>
GetOutputStream
(const char *TargetName,
577
GetOutputStream
(TheTarget->getName(), TheTriple.getOS(), argv[0]);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp
893
GetOutputStream
(CompilerInstance &CI, StringRef InFile, BackendAction Action) {
917
OS =
GetOutputStream
(CI, InFile, BA);
1052
GetOutputStream
(CI, getCurrentFile(), BA);
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h
1429
std::ostream&
GetOutputStream
() const { return *output_stream_; }
/src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h
1371
std::ostream&
GetOutputStream
() const { return *output_stream_; }
Completed in 139 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026