Searched defs:OS (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/libbcc/runtime/make/
H A Dconfig.mk4 OS := $(shell uname) macro
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp23 raw_ostream &OS; // raw_ostream to print on member in class:__anon1282::WriteBitcodePass
29 : ModulePass(ID), OS(o) {}
39 llvm_2_9::WriteBitcodeToFile(&M, OS);
H A DValueEnumerator.cpp143 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, argument
146 OS << "Map Name: " << Name << "\n";
147 OS << "Size: " << Map.size() << "\n";
153 OS << "Value: " << V->getName();
155 OS << "Value: [null]\n";
158 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
162 OS << ",";
164 OS << " " << (*UI)->getName();
166 OS << " [null]";
169 OS << "\
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp23 raw_ostream &OS; // raw_ostream to print on member in class:__anon1288::WriteBitcodePass
29 : ModulePass(ID), OS(o) {}
39 llvm_2_9_func::WriteBitcodeToFile(&M, OS);
H A DValueEnumerator.cpp143 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, argument
146 OS << "Map Name: " << Name << "\n";
147 OS << "Size: " << Map.size() << "\n";
153 OS << "Value: " << V->getName();
155 OS << "Value: [null]\n";
158 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):";
162 OS << ",";
164 OS << " " << (*UI)->getName();
166 OS << " [null]";
169 OS << "\
[all...]
/frameworks/compile/llvm-ndk-cc/
H A DBackend.cpp185 llvm::raw_ostream *OS,
193 mpOS(OS),
182 Backend(const clang::CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, clang::DiagnosticsEngine *Diags, llvm::raw_ostream *OS, Compiler::OutputType OT) argument
H A DCompiler.cpp163 llvm::raw_ostream *OS,
168 OS,
247 llvm::tool_output_file *OS = NULL; local
253 OS = openOutputFile(OutputFile, 0, &Error, mDiagnostics.getPtr());
261 OS = openOutputFile(OutputFile,
275 mOS.reset(OS);
162 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, OutputType OT) argument
/frameworks/compile/slang/
H A Dslang.cpp251 llvm::raw_ostream *OS, OutputType OT) {
253 &mPragmas, OS, OT);
328 llvm::tool_output_file *OS = NULL; local
334 OS = OpenOutputFile(OutputFile, 0, &Error, mDiagEngine);
342 OS = OpenOutputFile(OutputFile, llvm::raw_fd_ostream::F_Binary,
354 mOS.reset(OS);
250 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, OutputType OT) argument
H A Dslang_backend.cpp208 llvm::raw_ostream *OS,
213 mpOS(OS),
204 Backend(clang::DiagnosticsEngine *DiagEngine, const clang::CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, PragmaList *Pragmas, llvm::raw_ostream *OS, Slang::OutputType OT) argument
H A Dslang_rs_backend.cpp54 llvm::raw_ostream *OS,
59 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
49 RSBackend(RSContext *Context, clang::DiagnosticsEngine *DiagEngine, const clang::CodeGenOptions &CodeGenOpts, const clang::TargetOptions &TargetOpts, PragmaList *Pragmas, llvm::raw_ostream *OS, Slang::OutputType OT, clang::SourceManager &SourceMgr, bool AllowRSPrefix, bool IsFilterscript) argument
H A Dllvm-rs-cc.cpp365 llvm::raw_ostream &OS = llvm::outs(); local
366 OS << "llvm-rs-cc: Renderscript compiler\n"
369 OS << " Built " << __DATE__ << " (" << __TIME__ ").\n";
370 OS << " Target APIs: " << SLANG_MINIMUM_TARGET_API << " - "
372 OS << "\n Build type: " << wrap_str(TARGET_BUILD_VARIANT);
374 OS << " with assertions";
376 OS << ".\n";
H A Dslang_rs.cpp237 llvm::raw_ostream *OS,
244 OS,
236 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, Slang::OutputType OT) argument

Completed in 4015 milliseconds