Searched refs:OS (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp20 raw_ostream &OS; // raw_ostream to print on member in class:__anon1320::WriteBitcodePass
24 : ModulePass(ID), OS(o) {}
29 llvm_2_9::WriteBitcodeToFile(&M, OS);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp20 raw_ostream &OS; // raw_ostream to print on member in class:__anon1328::WriteBitcodePass
24 : ModulePass(ID), OS(o) {}
29 llvm_2_9_func::WriteBitcodeToFile(&M, OS);
/frameworks/compile/libbcc/lib/Disassembler/
H A DDisassembler.cpp89 llvm::raw_fd_ostream OS(OutputFileName, ErrorInfo,
98 OS << "Disassembled code: " << Name << "\n";
121 OS.indent(4);
122 OS.write("0x", 2);
123 OS.write_hex((uint32_t)Func + Index);
124 OS.write(": 0x", 4);
125 OS.write_hex(*(uint32_t *)(Func + Index));
126 IP->printInst(&Inst, OS, "");
127 OS << "\n";
134 OS << "\
[all...]
/frameworks/compile/libbcc/runtime/make/
H A Dconfig.mk4 OS := $(shell uname) macro
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp143 llvm::raw_string_ostream OS(Buffer);
144 llvm::WriteBitcodeToFile(module, OS);
145 OS.flush();
/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_rs_backend.h79 llvm::raw_ostream *OS,
H A Dllvm-rs-cc.cpp360 llvm::raw_ostream &OS = llvm::outs(); local
361 OS << "llvm-rs-cc: Renderscript compiler\n"
364 OS << " Built " << __DATE__ << " (" << __TIME__ ").\n";
365 OS << " Target APIs: " << SLANG_MINIMUM_TARGET_API << " - "
367 OS << "\n Build type: " << wrap_str(TARGET_BUILD_VARIANT);
369 OS << " with assertions";
371 OS << ".\n";
H A Dslang_backend.h108 llvm::raw_ostream *OS,
H A Dslang_rs.h86 llvm::raw_ostream *OS,
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.cpp224 llvm::raw_ostream *OS,
231 OS,
223 createBackend(const clang::CodeGenOptions& CodeGenOpts, llvm::raw_ostream *OS, Slang::OutputType OT) argument
H A Dslang.h161 llvm::raw_ostream *OS,
H A Dslang_rs_backend.cpp53 llvm::raw_ostream *OS,
57 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT),
48 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) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h148 llvm::raw_ostream &OS) const
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk2 # version of the OS. The issue is that the backend may use functions which were
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h114 // @result true if \a value is a path separator character on the host OS
128 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Path &pPath);

Completed in 2167 milliseconds