OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetOutputStream
(Results
1 - 7
of
7
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc
92
std::ostream*
GetOutputStream
(const string_piece& output_filename,
/external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp
158
static tool_output_file *
GetOutputStream
(const char *TargetName,
326
(
GetOutputStream
(TheTarget->getName(), TheTriple.getOS(), argv[0]));
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp
217
static tool_output_file *
GetOutputStream
() {
260
OwningPtr<tool_output_file> Out(
GetOutputStream
());
388
OwningPtr<tool_output_file> Out(
GetOutputStream
());
459
OwningPtr<tool_output_file> Out(
GetOutputStream
());
/external/llvm/tools/llc/
llc.cpp
146
GetOutputStream
(const char *TargetName, Triple::OSType OS,
360
GetOutputStream
(TheTarget->getName(), TheTriple.getOS(), argv[0]);
/external/llvm/tools/llvm-mc/
llvm-mc.cpp
216
static std::unique_ptr<tool_output_file>
GetOutputStream
() {
481
std::unique_ptr<tool_output_file> Out =
GetOutputStream
();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h
141
std::ostream&
GetOutputStream
() const { return *output_stream_; }
/external/clang/lib/CodeGen/
CodeGenAction.cpp
695
GetOutputStream
(CompilerInstance &CI, StringRef InFile, BackendAction Action) {
717
raw_pwrite_stream *OS =
GetOutputStream
(CI, InFile, BA);
789
raw_pwrite_stream *OS =
GetOutputStream
(CI, getCurrentFile(), BA);
[
all
...]
Completed in 776 milliseconds