Searched refs:errs (Results 1 - 20 of 20) sorted by last modified time

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFObject.hxx239 llvm::errs() << "unable to get stub layout." << "\n";
246 llvm::errs() << "unable to allocate stub." << "\n";
349 //llvm::errs() << "S: " << (void *)S << '\n';
350 //llvm::errs() << "A: " << (void *)A << '\n';
351 //llvm::errs() << "P: " << (void *)P << '\n';
352 //llvm::errs() << "S+A: " << (void *)(S+A) << '\n';
353 //llvm::errs() << "S+A-P: " << (void *)(S+A-P) << '\n';
566 llvm::errs() << "unable to get stub layout." << "\n";
574 llvm::errs() << "unable to allocate stub." << "\n";
649 //llvm::errs() << "
[all...]
/frameworks/rs/cpu_ref/linkloader/lib/
H A DMemChunk.cpp108 llvm::errs() << "Error: Can't mprotect.\n";
/frameworks/rs/cpu_ref/linkloader/
H A Dmain.cpp48 llvm::errs() << "USAGE: " << argv[0] << " [ELFObjectFile] [ARGS]\n";
146 llvm::errs() << "ERROR: Unable to load object\n";
183 llvm::errs() << "ERROR: ELF identification corrupted.\n";
188 llvm::errs() << "ERROR: Unknown endianness.\n";
193 llvm::errs() << "ERROR: Unknown machine class.\n";
216 llvm::errs() << "ERROR: " << filename << " not found.\n";
221 llvm::errs() << "ERROR: " << filename << " is not a regular file.\n";
230 llvm::errs() << "ERROR: Unable to open " << filename << "\n";
239 llvm::errs() << "ERROR: Unable to map " << filename << " to memory.\n";
/frameworks/rs/cpu_ref/linkloader/utils/
H A Drsl_assert.cpp32 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n";
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n";
34 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n";
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp443 const char* errs[] = {"", "| link bogus NP", local
452 errs[np|pn]);
/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h63 /// errs() - This returns a reference to a raw_ostream for standard error.
64 /// Use it like: errs() << "foo" << "bar";
65 mcld::raw_fd_ostream &errs();
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp369 mcld::errs().setColor(m_pConfig->options().color());
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp87 llvm::errs() << "WARNING: unsupported section kind: "
241 llvm::errs() << "unspported output file type: " << pConfig.codeGenType() << ".\n";
279 llvm::errs() << "WARNING: entry symbol '"
293 llvm::errs() << "cannot find entry symbol '"
/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp38 DiagnosticPrinter* printer = new TextDiagnosticPrinter(mcld::errs(), pConfig);
H A Draw_ostream.cpp97 // outs(), errs(), nulls()
105 mcld::raw_fd_ostream& mcld::errs() { function in class:mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp318 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n";
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPreferenceOptions.cpp159 mcld::errs().setColor(pConfig.options().color());
H A DSearchPathOptions.cpp93 errs() << "WARNING: can not open search directory `-L"
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp126 mcld::errs() << argv[0]
133 mcld::errs() << argv[0]
140 mcld::errs() << argv[0]
146 mcld::errs() << argv[0]
152 mcld::errs() << argv[0]
/frameworks/compile/slang/
H A Dllvm-rs-as.cpp95 errs() << ErrorInfo << '\n';
132 Err.print(argv[0], errs());
140 errs() << argv[0]
142 errs() << Err;
147 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();
H A Dllvm-rs-cc.cpp241 llvm::errs() << DiagClient->str();
260 llvm::errs() << DiagClient->str();
H A Dslang.cpp92 new clang::TextDiagnosticPrinter(llvm::errs(),
480 llvm::errs() << mDiagClient->str();
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp124 llvm::errs() << "Out of memory when create the compiler configuration!\n";
171 llvm::errs() << "Failed to configure the compiler! (detail: "
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp126 llvm::errs() << "Failed to load llvm module from file `" << input_bitcode
133 llvm::errs() << "Failed to merge the llvm module `" << input_bitcode
141 llvm::errs() << "Out of memory when create script for file `"
159 llvm::errs() << "Out of memory when create the compiler configuration!\n";
197 llvm::errs() << "Failed to configure the compiler! (detail: "
214 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n";
224 llvm::errs() << "Failed to determine the absolute path of `" << input_path
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp101 Err.print(argv0, errs());
119 errs() << argv[0] << ": error loading file '"
133 errs() << ErrorInfo << '\n';
138 errs() << argv[0] << ": stripped module is broken!\n";

Completed in 2295 milliseconds