Searched refs:errs (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/slang/
H A Dllvm-rs-as.cpp95 errs() << EC.message() << '\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.cpp256 llvm::errs() << DiagsBuffer.str();
292 llvm::errs() << DiagsBuffer.str();
H A Drs_cc_options.cpp263 llvm::errs() << DiagsBuffer.str();
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp105 Err.print(argv0, errs());
123 errs() << argv[0] << ": error loading file '"
137 errs() << EC.message() << '\n';
142 errs() << argv[0] << ": stripped module is broken!\n";
/frameworks/compile/mclinker/lib/Support/
H A DMsgHandling.cpp37 new TextDiagnosticPrinter(errs(), pConfig);
H A Draw_ostream.cpp90 // outs(), errs(), nulls()
98 raw_fd_ostream& errs() { function in namespace:mcld
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp124 llvm::errs() << "Failed to load llvm module from file `" << input_bitcode
131 llvm::errs() << "Failed to merge the llvm module `" << input_bitcode
139 llvm::errs() << "Out of memory when create script for file `"
157 llvm::errs() << "Out of memory when create the compiler configuration!\n";
208 llvm::errs() << "Failed to configure the compiler! (detail: "
225 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n";
235 llvm::errs() << "Failed to determine the absolute path of `" << input_path
/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h61 /// errs() - This returns a reference to a raw_ostream for standard error.
62 /// Use it like: errs() << "foo" << "bar";
63 mcld::raw_fd_ostream& errs();
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp277 mcld::errs().setColor(res);
288 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
300 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
312 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
361 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
455 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
588 mcld::errs() << "WARNING: can not open search directory `-L"
690 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
705 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
720 mcld::errs() << "Invali
[all...]
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp195 llvm::errs() << "Error loading file '" << OptInputFilenames[i]<< "'\n";
231 llvm::errs() << "Out of memory when create the compiler configuration!\n";
295 llvm::errs() << "Failed to configure the compiler! (detail: "
370 llvm::errs() << "Out of memory when creating script for file `"
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp443 const char* errs[] = {"", "| link bogus NP", local
452 errs[np|pn]);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp356 mcld::errs().setColor(m_pConfig->options().color());
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp85 llvm::errs() << "WARNING: unsupported section kind: " << section->kind()
237 llvm::errs() << "unspported output file type: " << pConfig.codeGenType()
275 llvm::errs() << "WARNING: entry symbol '" << entry_symbol->name()
287 llvm::errs() << "cannot find entry symbol '" << entry_name.data()
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp295 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n";

Completed in 3961 milliseconds