Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/
Dmain.cpp50 llvm::errs() << "USAGE: " << argv[0] << " [ELFObjectFile] [ARGS]\n"; in main()
148 llvm::errs() << "ERROR: Unable to load object\n"; in dump_and_run_object()
183 llvm::errs() << "ERROR: ELF identification corrupted.\n"; in dump_and_run_file()
188 llvm::errs() << "ERROR: Unknown endianness.\n"; in dump_and_run_file()
193 llvm::errs() << "ERROR: Unknown machine class.\n"; in dump_and_run_file()
216 llvm::errs() << "ERROR: " << filename << " not found.\n"; in open_mmap_file()
221 llvm::errs() << "ERROR: " << filename << " is not a regular file.\n"; in open_mmap_file()
230 llvm::errs() << "ERROR: Unable to open " << filename << "\n"; in open_mmap_file()
239 llvm::errs() << "ERROR: Unable to map " << filename << " to memory.\n"; in open_mmap_file()
/frameworks/compile/linkloader/utils/
Drsl_assert.cpp32 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"; in ASSERT_FAILED()
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n"; in ASSERT_FAILED()
34 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"; in ASSERT_FAILED()
/frameworks/compile/slang/
Dllvm-rs-link.cpp43 using llvm::errs;
76 errs() << "Invalid metadata spec of " << N->getName() in GetExportSymbolNames()
84 errs() << "Invalid metadata spec of " << N->getName() in GetExportSymbolNames()
109 errs() << "Failed to load `" << F << "' (" + EC.message() + ")\n"; in LoadFileIntoMemory()
121 errs() << "Corrupted bitcode file `" << MB->getBufferIdentifier() in ParseBitcodeFromMemoryBuffer()
156 errs() << "Failed to load (in-memory) `rslib.bc'!\n"; in PreloadLibraries()
205 errs() << "Failed to link `" << InputFile << "' with library bitcode `" in PerformLinking()
272 errs() << InputFilenames[i] << " linked, but does not verify as " in main()
285 errs() << InputFilenames[i] << " linked, but failed to write out! " in main()
Dslang.cpp87 new clang::TextDiagnosticPrinter(llvm::errs(), in ForceSlangLinking()
460 llvm::errs() << mDiagClient->str(); in reset()
Dllvm-rs-cc.cpp362 new clang::TextDiagnosticPrinter(llvm::errs(), clang::DiagnosticOptions()); in main()
/frameworks/base/core/tests/coretests/res/raw/
Dnet_dev_typical2 …face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo c…
/frameworks/compile/linkloader/lib/
DMemChunk.cpp82 llvm::errs() << "Error: Can't mprotect.\n"; in protect()
/frameworks/base/libs/binder/
DMemoryDealer.cpp439 const char* errs[] = {"", "| link bogus NP", in dump_l() local
448 errs[np|pn]); in dump_l()
/frameworks/compile/linkloader/include/impl/
DELFObject.hxx196 llvm::errs() << "unable to allocate stub." << "\n"; in relocateARM()