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

/frameworks/compile/slang/
H A Dllvm-rs-as.cpp93 errs() << EC.message() << '\n';
124 errs() << "target API level '" << ActualTargetAPI << "' is out of range "
134 Err.print(argv[0], errs());
142 errs() << argv[0]
144 errs() << Err;
151 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();
H A Dllvm-rs-cc.cpp264 llvm::errs() << DiagsBuffer.str();
300 llvm::errs() << DiagsBuffer.str();
H A Drs_cc_options.cpp306 llvm::errs() << DiagsBuffer.str();
/frameworks/rs/rsov/compiler/
H A Drs2spirv.cpp61 errs() << "Fails to open input file: " << Err;
68 errs() << "Fails to load bitcode: " << EC.message();
75 errs() << "Fails to materialize: " << EC.message();
95 errs() << "compiler error: " << Err << '\n';
H A DRSAllocationUtils.cpp92 errs() << "Duplicate global mapping discovered!\n";
93 errs() << "\nGlobal: ";
94 GV->print(errs());
95 errs() << "\nExisting mapping: ";
96 It->second->print(errs());
97 errs() << "\nUser: ";
98 U->print(errs());
99 errs() << '\n';
161 errs() << "Untyped accesses to global rs_allocations are not "
186 errs() << "Coul
[all...]
H A DContext.cpp40 llvm::errs() << "cannot extract metadata\n";
H A DGlobalMergePass.cpp91 errs() << "Found a global variable user that is not an Instruction\n";
126 errs() << "Unknown address space! (" << AddressSpace
/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.cpp120 llvm::errs() << "Failed to load llvm module from file `" << input_bitcode
127 llvm::errs() << "Failed to merge the llvm module `" << input_bitcode
135 llvm::errs() << "Out of memory when create script for file `"
153 llvm::errs() << "Out of memory when create the compiler configuration!\n";
204 llvm::errs() << "Failed to configure the compiler! (detail: "
221 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n";
231 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.cpp274 mcld::errs().setColor(res);
285 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
297 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
309 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
358 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
370 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
472 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
704 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
719 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
734 mcld::errs() << "Invali
[all...]
/frameworks/rs/rsov/compiler/unit_tests/
H A DTestRunner.h95 llvm::errs() << "\nCHECK <( " #CONDITION " )> failed!\n"; \
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp192 llvm::errs() << "Error loading file '" << OptInputFilenames[i]<< "'\n";
228 llvm::errs() << "Out of memory when create the compiler configuration!\n";
268 llvm::errs() << "Failed to configure the compiler! (detail: "
350 llvm::errs() << "Out of memory when creating script for file `"
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp99 errs() << "Wrong Magic Number: " << mMagicNumber;
124 errs() << "Missing memory model specification.\n";
144 errs() << "Missing function definitions.\n";
623 Module::errs() << "warning: Variable (id = " << globalInst->mResult;
624 Module::errs() << ") has function scope in global section.\n";
725 Module::errs() << "unexpected int type";
734 Module::errs() << "unexpected int type";
756 Module::errs() << "unexpeced floating point type";
911 Module::errs() << "unrecognized instruction";
H A Dmodule.h120 static std::ostream &errs() { return std::cerr; } function in class:android::spirit::Module
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp451 const char* errs[] = {"", "| link bogus NP", local
460 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.cpp359 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n";

Completed in 251 milliseconds