/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 1307 errs() << "LowerFormalArguments Unhandled argument type: " in LowerCCCArguments() 1324 errs() << "LowerFormalArguments Unhandled argument type: " in LowerCCCArguments()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.h | 2020 const char **errs, u8 type, u8 pos);
|
H A D | trace.c | 7443 const char **errs; /* ptr to loc-specific array of err strings */ member 7444 u8 type; /* index into errs -> specific err string */ 7509 * @errs: The array of loc-specific static error strings 7510 * @type: The index into errs[], which produces the specific static err string 7525 * NOTE: the @errs array along with the @type param are used to 7533 const char **errs, u8 type, u8 pos) in tracing_log_err() 7550 err->info.errs = errs; in tracing_log_err() 7610 const char *err_text = err->info.errs[err->info.type]; in tracing_err_log_seq_show() 7531 tracing_log_err(struct trace_array *tr, const char *loc, const char *cmd, const char **errs, u8 type, u8 pos) tracing_log_err() argument
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.h | 1911 const char **errs, u8 type, u16 pos);
|
H A D | trace.c | 7970 const char **errs; /* ptr to loc-specific array of err strings */ member 7971 u8 type; /* index into errs -> specific err string */ 8063 * @errs: The array of loc-specific static error strings 8064 * @type: The index into errs[], which produces the specific static err string 8079 * NOTE: the @errs array along with the @type param are used to 8087 const char **errs, u8 type, u16 pos) in tracing_log_err() 8107 err->info.errs = errs; in tracing_log_err() 8167 const char *err_text = err->info.errs[err->info.type]; in tracing_err_log_seq_show() 8085 tracing_log_err(struct trace_array *tr, const char *loc, const char *cmd, const char **errs, u8 type, u16 pos) tracing_log_err() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 1163 print(errs());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1211 logAllUnhandledErrors(std::move(Err), errs(), "JIT session error: "); in logErrorsToStdErr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Error.h | 1337 logAllUnhandledErrors(std::move(Err), errs(), Banner); in checkError()
|
H A D | CommandLine.h | 391 bool error(const Twine &Message, StringRef ArgName = StringRef(), raw_ostream &Errs = llvm::errs());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 204 errs() << "warning: some functions compiled with BTI and some compiled " in EmitStartOfAsmFile()
|
H A D | AArch64ISelDAGToDAG.cpp | 3033 LLVM_DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n"); in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 488 LLVM_DEBUG(errs() << "LowerFormalArguments Unhandled argument type: " in LowerCallArguments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 3653 errs() << "ZZZ call " << CI->getCalledFunction()->getName() << "\n"; 3655 errs() << "ZZZ " << I.getOpcodeName() << "\n"; 3657 errs() << "QQQ " << I << "\n";
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 56 errs() << "Hard-float 'f' ABI can't be used for a target that " in RISCVTargetLowering() 62 errs() << "Hard-float 'd' ABI can't be used for a target that " in RISCVTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 535 errs() << "WARNING: This target JIT is not designed for the host" in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 1186 llvm::errs() << "warning: could not create directory '" << ParentPath
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 588 LLVM_DEBUG(errs() << "addData: " << DataSection.getSectionName() << "\n"); in addData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1268 llvm::errs() << "In Record = " << Rec->getAsString() in FieldName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1601 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) { in extractCodeRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 791 llvm::errs() << Err << "\n"; in yamlize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 495 errs() << "LowerFormalArguments Unhandled argument type: " in LowerCCCArguments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 2013 errs() << "Devirtualized call to " << DT << "\n"; in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 1820 PrintRecognizedRangeChecks(errs()); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1297 Diag.print("", errs()); in processInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 661 logAllUnhandledErrors(std::move(E), errs(), "error: "); in emitTypeInformation()
|