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

/frameworks/compile/linkloader/utils/
H A Drsl_assert.cpp32 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n";
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n";
34 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n";
/frameworks/compile/linkloader/
H A Dmain.cpp50 llvm::errs() << "USAGE: " << argv[0] << " [ELFObjectFile] [ARGS]\n";
148 llvm::errs() << "ERROR: Unable to load object\n";
185 llvm::errs() << "ERROR: ELF identification corrupted.\n";
190 llvm::errs() << "ERROR: Unknown endianness.\n";
195 llvm::errs() << "ERROR: Unknown machine class.\n";
218 llvm::errs() << "ERROR: " << filename << " not found.\n";
223 llvm::errs() << "ERROR: " << filename << " is not a regular file.\n";
232 llvm::errs() << "ERROR: Unable to open " << filename << "\n";
241 llvm::errs() << "ERROR: Unable to map " << filename << " to memory.\n";
/frameworks/compile/slang/
H A Dllvm-rs-link.cpp46 using llvm::errs;
79 errs() << "Invalid metadata spec of " << N->getName()
87 errs() << "Invalid metadata spec of " << N->getName()
112 errs() << "Failed to load `" << F << "' (" + EC.message() + ")\n";
124 errs() << "Corrupted bitcode file `" << MB->getBufferIdentifier()
159 errs() << "Failed to load (in-memory) `rslib.bc'!\n";
209 errs() << "Failed to link `" << InputFile << "' with library bitcode `"
276 errs() << InputFilenames[i] << " linked, but does not verify as "
289 errs() << InputFilenames[i] << " linked, but failed to write out! "
H A Dslang.cpp86 new clang::TextDiagnosticPrinter(llvm::errs(),
467 llvm::errs() << mDiagClient->str();
H A Dllvm-rs-cc.cpp410 llvm::errs() << DiagClient->str();
429 llvm::errs() << DiagClient->str();
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp159 llvm::errs() << "Failed to load llvm module from file `" << input_bitcode
166 llvm::errs() << "Failed to merge the llvm module `" << input_bitcode
174 llvm::errs() << "Out of memory when create script for file `"
195 llvm::errs() << "Out of memory when create the compiler configuration!\n";
219 llvm::errs() << "Failed to configure the compiler! (detail: "
236 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n";
246 llvm::errs() << "Failed to determine the absolute path of `" << input_path
271 llvm::errs() << "Failed to open the output file `" << pOutputPath
279 llvm::errs() << "Fatal error during compilation (detail: "
326 llvm::errs() << "Unabl
[all...]
/frameworks/compile/mclinker/lib/Support/
H A Draw_ostream.cpp74 // outs(), errs(), nulls()
84 mcld::raw_fd_ostream& mcld::errs() { function in class:mcld
93 errs().setLDInfo(pLDInfo);
/frameworks/compile/mclinker/include/mcld/Support/
H A Draw_ostream.h66 /// InitializeOStreams - This initialize mcld::outs() and mcld::errs().
67 /// Call it before you use mcld::outs() and mcld::errs().
74 /// errs() - This returns a reference to a raw_ostream for standard error.
75 /// Use it like: errs() << "foo" << "bar";
76 mcld::raw_fd_ostream &errs();
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp164 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n";
174 llvm::errs() << "Failed to determine the absolute path of `" << input_path
195 llvm::errs() << "Out of memory when create the linker configuration!\n";
248 llvm::errs() << "Failed to configure the linker! (detail: "
265 llvm::errs() << "Failed to open the output file! (detail: "
297 llvm::errs() << "Failed to open the input file! (detail: " << *file_it
305 llvm::errs() << "Failed to open the namespec! (detail: " << *lib_it
321 llvm::errs() << "Failed to linking! (detail: "
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp157 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n";
167 llvm::errs() << "Failed to determine the absolute path of `" << input_path
188 llvm::errs() << "Out of memory when create the linker configuration!\n";
241 llvm::errs() << "Failed to configure the linker! (detail: "
258 llvm::errs() << "Failed to open the output file! (detail: "
290 llvm::errs() << "Failed to open the input file! (detail: " << *file_it
298 llvm::errs() << "Failed to open the namespec! (detail: " << *lib_it
314 llvm::errs() << "Failed to linking! (detail: "
/frameworks/compile/linkloader/lib/
H A DMemChunk.cpp84 llvm::errs() << "Error: Can't mprotect.\n";
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp647 errs() << err_mesg << '\n';
683 errs() << "WARNING: can not open search directory `-L"
934 errs() << "** The bitcode/llvm asm file is not given. Read from stdin.\n"
947 Err.print(argv[0], errs());
948 errs() << "** Failed to to the given bitcode/llvm asm file '"
992 errs() << argv[0] << ": error: invalid target '" << MArch << "'.\n";
1006 errs() << "error: auto-selecting target `" << TheTriple.getTriple()
1027 errs() << argv[0] << ": invalid optimization level.\n";
1073 // Set up mcld::outs() and mcld::errs()
1081 diag_printer(new mcld::TextDiagnosticPrinter(mcld::errs(),
[all...]
/frameworks/compile/llvm-ndk-cc/
H A Dllvm-ndk-cc.cpp66 new clang::TextDiagnosticPrinter(llvm::errs(), clang::DiagnosticOptions());
H A DBackend.cpp248 llvm::errs() << "Inline assembly is illigal. Please don't use it." << "\n";
H A DCompiler.cpp76 mpDiagClient = new clang::TextDiagnosticPrinter(llvm::errs(),
/frameworks/compile/libbcc/lib/Support/
H A DLinkerConfig.cpp83 mDiagPrinter = new mcld::TextDiagnosticPrinter(mcld::errs(), *mLDInfo);
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjWriter.cpp85 llvm::errs() << "WARNING: unsupported section kind: "
H A DELFExecWriter.cpp88 llvm::errs() << "WARNING: unsupported section kind: "
H A DELFWriter.cpp68 llvm::errs() << "unspported output file type: " << pOutput.type() << ".\n";
119 llvm::errs() << "unspported output file type: " << pOutput.type() << ".\n";
160 llvm::errs() << "WARNING: entry symbol '"
174 llvm::errs() << "cannot find entry symbol '"
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DLinkerConfig.cpp76 mDiagPrinter = new mcld::TextDiagnosticPrinter(mcld::errs(), *mLDInfo);
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp443 const char* errs[] = {"", "| link bogus NP", local
452 errs[np|pn]);
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx234 llvm::errs() << "unable to get stub layout." << "\n";
241 llvm::errs() << "unable to allocate stub." << "\n";
344 //llvm::errs() << "S: " << (void *)S << '\n';
345 //llvm::errs() << "A: " << (void *)A << '\n';
346 //llvm::errs() << "P: " << (void *)P << '\n';
347 //llvm::errs() << "S+A: " << (void *)(S+A) << '\n';
348 //llvm::errs() << "S+A-P: " << (void *)(S+A-P) << '\n';
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.cpp96 m_pDiagPrinter = new mcld::TextDiagnosticPrinter(mcld::errs(), *m_pInfo);

Completed in 200 milliseconds