Home
last modified time | relevance | path

Searched refs:errs (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/slang/
Dllvm-rs-as.cpp87 errs() << EC.message() << '\n'; in WriteOutputFile()
118 errs() << "target API level '" << ActualTargetAPI << "' is out of range " in main()
128 Err.print(argv[0], errs()); in main()
136 errs() << argv[0] in main()
138 errs() << Err; in main()
143 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get(); in main()
Dllvm-rs-cc.cpp264 llvm::errs() << DiagsBuffer.str(); in main()
300 llvm::errs() << DiagsBuffer.str(); in main()
Drs_cc_options.cpp301 llvm::errs() << DiagsBuffer.str(); in ParseArguments()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp124 llvm::errs() << "Failed to load llvm module from file `" << input_bitcode in PrepareRSScript()
131 llvm::errs() << "Failed to merge the llvm module `" << input_bitcode in PrepareRSScript()
139 llvm::errs() << "Out of memory when create script for file `" in PrepareRSScript()
157 llvm::errs() << "Out of memory when create the compiler configuration!\n"; in ConfigCompiler()
208 llvm::errs() << "Failed to configure the compiler! (detail: " in ConfigCompiler()
225 llvm::errs() << "Use " DEFAULT_OUTPUT_PATH " for output file!\n"; in DetermineOutputFilename()
235 llvm::errs() << "Failed to determine the absolute path of `" << input_path in DetermineOutputFilename()
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp105 Err.print(argv0, errs()); in LoadFile()
123 errs() << argv[0] << ": error loading file '" in main()
137 errs() << EC.message() << '\n'; in main()
142 errs() << argv[0] << ": stripped module is broken!\n"; in main()
/frameworks/native/services/surfaceflinger/
DGpuService.cpp158 FILE* errs = fdopen(err, "w"); in cmd_vkjson() local
159 if (!errs) { in cmd_vkjson()
166 VkResult result = vkjsonPrint(outs, errs); in cmd_vkjson()
168 fclose(errs); in cmd_vkjson()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp274 mcld::errs().setColor(res); in TranslateArguments()
285 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
297 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
309 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
358 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
370 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
472 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
704 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
719 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
734 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName() in TranslateArguments()
[all …]
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp195 llvm::errs() << "Error loading file '" << OptInputFilenames[i]<< "'\n"; in compileScriptGroup()
231 llvm::errs() << "Out of memory when create the compiler configuration!\n"; in ConfigCompiler()
271 llvm::errs() << "Failed to configure the compiler! (detail: " in ConfigCompiler()
353 llvm::errs() << "Out of memory when creating script for file `" in main()
/frameworks/compile/mclinker/lib/Support/
DMsgHandling.cpp37 new TextDiagnosticPrinter(errs(), pConfig); in InitializeDiagnosticEngine()
Draw_ostream.cpp98 raw_fd_ostream& errs() { in errs() function
/frameworks/compile/mclinker/include/mcld/Support/
Draw_ostream.h63 mcld::raw_fd_ostream& errs();
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp85 llvm::errs() << "WARNING: unsupported section kind: " << section->kind() in writeSection()
237 llvm::errs() << "unspported output file type: " << pConfig.codeGenType() in writeELFHeader()
275 llvm::errs() << "WARNING: entry symbol '" << entry_symbol->name() in getEntryPoint()
287 llvm::errs() << "cannot find entry symbol '" << entry_name.data() in getEntryPoint()
/frameworks/native/libs/binder/
DMemoryDealer.cpp451 const char* errs[] = {"", "| link bogus NP", in dump_l() local
460 errs[np|pn]); in dump_l()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp356 mcld::errs().setColor(m_pConfig->options().color()); in initOStream()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp359 llvm::errs() << ".gnu.hash is incompatible with the MIPS ABI\n"; in orderSymbolTable()