Searched refs:errs (Results 276 - 300 of 533) sorted by relevance

<<11121314151617181920>>

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAssembler.cpp566 llvm::errs() << "assembler backend - pre-layout\n--\n";
599 llvm::errs() << "assembler backend - post-relaxation\n--\n";
606 llvm::errs() << "assembler backend - final-layout\n--\n";
839 raw_ostream &OS = llvm::errs();
933 raw_ostream &OS = llvm::errs();
945 raw_ostream &OS = llvm::errs();
961 raw_ostream &OS = llvm::errs();
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp129 errs() << ProgramName << ": CommandLine Error: Argument '"
294 errs() << ProgramName
706 errs() << ProgramName << ": Unknown command line argument '"
711 errs() << ProgramName << ": Did you mean '-"
734 errs() << ProgramName
742 errs() << ProgramName
863 errs() << HelpStr; // Be nice for positional arguments
865 errs() << ProgramName << ": for the -" << ArgName;
867 errs() << " option: " << Message << "\n";
H A DSourceMgr.cpp189 raw_ostream &OS = errs();
/external/clang/unittests/Format/
H A DFormatTestJS.cpp24 DEBUG(llvm::errs() << "---\n");
25 DEBUG(llvm::errs() << Code << "\n\n");
33 DEBUG(llvm::errs() << "\n" << *Result << "\n\n");
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp292 errs() << "Use of " << PrintReg(PhysReg)
296 errs() << Use << " " << *MI;
303 errs() << "The register " << PrintReg(PhysReg)
H A DIntrinsicLowering.cpp418 errs() << "WARNING: this target does not support the llvm.stack"
428 errs() << "WARNING: this target does not support the custom llvm.get."
436 errs() << "WARNING: this target does not support the llvm."
449 errs() << "WARNING: this target does not support the llvm.readcyclecoun"
H A DMachineBlockFrequencyInfo.cpp162 errs() << "MachineBlockFrequencyInfo::view is only available in debug builds "
/external/llvm/lib/Support/
H A DCommandLine.cpp118 errs() << ProgramName << ": CommandLine Error: Option '" << Name
148 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr
255 errs() << ProgramName << ": CommandLine Error: Option '" << O->ArgStr
1082 errs() << ProgramName << ": CommandLine Error: Option '"
1084 errs() << PositionalOpts.size();
1181 errs() << ProgramName << ": Unknown command line argument '"
1186 errs() << ProgramName << ": Did you mean '-" << NearestHandlerString
1212 errs() << ProgramName
1222 errs() << ProgramName << ": Too many positional arguments specified!\n"
1336 errs() << HelpSt
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp496 DEBUG(errs() << "removing -use-soft-float\n");
501 DEBUG(errs() << "still has -use-soft-float\n");
526 DEBUG(errs() << "Run on Module Mips16HardFloat\n");
H A DMipsSERegisterInfo.cpp163 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n");
H A DMipsSubtarget.cpp123 errs() << "warning: cannot use small-data accesses for '-mabicalls'"
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp283 errs() << "Tried to execute an unknown external function: "
289 errs() << "Recompiling LLVM with --enable-libffi might help.\n";
401 errs() << "<unknown printf code '" << *FmtStr << "'!>";
/external/clang/lib/Analysis/
H A DLiveVariables.cpp583 llvm::errs() << "\n[ B" << (*it)->getBlockID()
601 llvm::errs() << " " << (*di)->getDeclName().getAsString()
604 llvm::errs() << ">\n";
607 llvm::errs() << "\n";
/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp55 // Write to a temporary string to avoid unnecessary flushing on errs().
83 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs();
/external/clang/lib/Parse/
H A DParseAST.cpp171 llvm::errs() << "\nSTATISTICS:\n";
/external/clang/lib/Sema/
H A DScope.cpp137 LLVM_DUMP_METHOD void Scope::dump() const { dumpImpl(llvm::errs()); }
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp467 errs() << "DUMP: ";
470 errs().write_hex(c); errs() << " ";
472 errs() << "\n";
/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp82 Err.print("function-import", errs());
693 raw_ostream &OS = errs();
754 errs() << "Error loading file '" << SummaryFile << "': " << Error
769 errs() << "Error renaming module\n";
/external/llvm/tools/bugpoint/
H A Dbugpoint.cpp199 errs() << Error;
/external/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp79 errs() << Filename << ": " << EC.message() << "\n";
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DInternalize.cpp91 errs() << "WARNING: Internalize couldn't load file '" << Filename
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A Dbugpoint.cpp205 errs() << Error;
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMCFunction.cpp83 errs().write_hex(Index) << ": warning: invalid instruction encoding\n";
/external/swiftshader/third_party/LLVM/utils/FileCheck/
H A DFileCheck.cpp500 errs() << "Could not open check file '" << CheckFilename << "': "
598 errs() << "error: no check strings found with prefix '" << CheckPrefix
660 errs() << "Could not open input file '" << InputFilename << "': "
667 errs() << "FileCheck error: '" << InputFilename << "' is empty.\n";
/external/clang/lib/AST/
H A DASTDumper.cpp2450 llvm::errs() << msg << ": ";
2455 ASTDumper Dumper(llvm::errs(), nullptr, nullptr);
2465 LLVM_DUMP_METHOD void Decl::dump() const { dump(llvm::errs()); }
2474 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(),
2480 dumpLookups(llvm::errs());
2498 dump(llvm::errs(), SM);
2512 ASTDumper P(llvm::errs(), nullptr, nullptr);
2517 ASTDumper P(llvm::errs(), nullptr, nullptr, /*ShowColors*/true);
2526 dump(llvm::errs(), nullptr, nullptr);
2530 dump(llvm::errs(),
[all...]

Completed in 2626 milliseconds

<<11121314151617181920>>