| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 172 report_fatal_error("Parameter count mismatch"); in clone_params() 243 report_fatal_error("Expected a constant"); in clone_constant_impl() 266 report_fatal_error("Could not find function"); in clone_constant_impl() 275 report_fatal_error("Could not find variable"); in clone_constant_impl() 284 report_fatal_error("Could not find alias"); in clone_constant_impl() 379 report_fatal_error("Unsupported constant kind"); in clone_constant_impl() 988 report_fatal_error(""); in declare_symbols() 1070 report_fatal_error(""); in declare_symbols() 1105 report_fatal_error(""); in declare_symbols() 1137 report_fatal_error(""); in declare_symbols() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 112 report_fatal_error("MSA requires a 64-bit FPU register file (FR=1 mode). " in MipsSubtarget() 117 report_fatal_error( in MipsSubtarget() 122 report_fatal_error("-mattr=+nooddspreg requires the O32 ABI.", false); in MipsSubtarget() 125 report_fatal_error("FPXX is not permitted for the N32/N64 ABI's.", false); in MipsSubtarget() 128 report_fatal_error("microMIPS64R6 is not supported", false); in MipsSubtarget() 131 report_fatal_error("microMIPS64 is not supported.", false); in MipsSubtarget() 135 report_fatal_error( in MipsSubtarget() 138 report_fatal_error( in MipsSubtarget() 154 report_fatal_error(ISA + " is not compatible with the DSP ASE", false); in MipsSubtarget() 158 report_fatal_error("position-independent code requires '-mabicalls'"); in MipsSubtarget() [all …]
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSectionXCOFF.cpp | 32 report_fatal_error("Unhandled storage-mapping class for .text csect"); in printSwitchToSection() 41 report_fatal_error("Unhandled storage-mapping class for .rodata csect."); in printSwitchToSection() 50 report_fatal_error("Unhandled storage-mapping class for .tdata csect."); in printSwitchToSection() 69 report_fatal_error( in printSwitchToSection() 119 report_fatal_error("Printing for this SectionKind is unimplemented."); in printSwitchToSection()
|
| H A D | WasmObjectWriter.cpp | 439 report_fatal_error("section size does not fit in a uint32_t"); in endSection() 596 report_fatal_error("missing indirect function table symbol"); in recordRelocation() 723 report_fatal_error("only data supported in data sections"); in addData() 757 report_fatal_error("symbol not found in type index space: " + in getRelocationIndexValue() 1065 report_fatal_error(".size expression must be evaluatable"); in writeCodeSection() 1359 report_fatal_error(Twine(S.getName()) + in prepareImports() 1591 report_fatal_error( in writeOneObject() 1595 report_fatal_error( in writeOneObject() 1738 report_fatal_error(Twine(S.getName()) + in writeOneObject() 1860 report_fatal_error(".fini_array sections are unsupported"); in writeOneObject() [all …]
|
| H A D | MCELFStreamer.cpp | 61 report_fatal_error("Fragment can't be larger than a bundle size"); in mergeFragment() 67 report_fatal_error("Padding cannot exceed 255 bytes"); in mergeFragment() 151 report_fatal_error("Unterminated .bundle_lock when changing a section"); in changeSection() 330 report_fatal_error(Twine("Symbol: ") + Symbol->getName() + in emitCommonSymbol() 361 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in emitValueImpl() 504 report_fatal_error("Relocation for CG Profile could not be created: " + in finalizeCGProfileEntry() 542 report_fatal_error("A Bundle can only have one Subtarget."); in CheckBundleSubtargets() 644 report_fatal_error(".bundle_align_mode cannot be changed once set"); in emitBundleAlignMode() 651 report_fatal_error(".bundle_lock forbidden when bundling is disabled"); in emitBundleLock() 672 report_fatal_error(".bundle_unlock without matching lock"); in emitBundleUnlock() [all …]
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | LibcMemoryBenchmark.cpp | 27 report_fatal_error( in getOffsetDistribution() 37 report_fatal_error( in getOffsetDistribution() 59 report_fatal_error("Unable to generate mismatch"); in MismatchOffsetDistribution() 72 report_fatal_error("Unable to read L1 Cache Data Size"); in getL1DataCacheSize() 86 report_fatal_error("Not enough L1 cache"); in ParameterBatch() 98 report_fatal_error( in checkValid()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCXCOFFObjectWriter.cpp | 60 report_fatal_error("Unimplemented fixup kind."); in getRelocTypeAndSignSize() 65 report_fatal_error("Unsupported modifier for half16 fixup."); in getRelocTypeAndSignSize() 77 report_fatal_error("Invalid PC-relative relocation."); in getRelocTypeAndSignSize() 100 report_fatal_error("Unsupported modifier"); in getRelocTypeAndSignSize()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ErrorHandling.h | 71 [[noreturn]] void report_fatal_error(const char *reason, 73 [[noreturn]] void report_fatal_error(StringRef reason, 75 [[noreturn]] void report_fatal_error(const Twine &reason,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | BlockExtractor.cpp | 125 report_fatal_error("BlockExtractor couldn't load the file."); in loadFile() 138 report_fatal_error("Invalid line format, expecting lines like: 'funcname bb1[;bb2..]'", in loadFile() 144 report_fatal_error("Missing bbs name"); in loadFile() 198 report_fatal_error("Invalid function name specified in the input file", in runOnModule() 205 report_fatal_error("Invalid block name specified in the input file", in runOnModule() 218 report_fatal_error("Invalid basic block", /*GenCrashDiag=*/false); in runOnModule()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 373 report_fatal_error("-exception-model should be either 'none' or 'wasm'"); in basicCheckForEHAndSjLj() 375 report_fatal_error("-exception-model=wasm not allowed with " in basicCheckForEHAndSjLj() 378 report_fatal_error( in basicCheckForEHAndSjLj() 381 report_fatal_error( in basicCheckForEHAndSjLj() 385 report_fatal_error( in basicCheckForEHAndSjLj() 391 report_fatal_error( in basicCheckForEHAndSjLj() 395 report_fatal_error( in basicCheckForEHAndSjLj() 399 report_fatal_error( in basicCheckForEHAndSjLj()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveDIType.cpp | 61 report_fatal_error( in BPFPreserveDITypeImpl() 79 report_fatal_error("Incorrect flag for llvm.bpf.btf.type.id intrinsic"); in BPFPreserveDITypeImpl() 99 report_fatal_error( in BPFPreserveDITypeImpl() 102 report_fatal_error("Empty type name for BTF_TYPE_ID_REMOTE reloc"); in BPFPreserveDITypeImpl()
|
| H A D | BPFAbstractMemberAccess.cpp | 408 report_fatal_error("Missing metadata for llvm.preserve.type.info intrinsic"); in IsPreserveDIAccessIndexCall() 411 report_fatal_error("Incorrect flag for llvm.bpf.preserve.type.info intrinsic"); in IsPreserveDIAccessIndexCall() 424 report_fatal_error("Missing metadata for llvm.preserve.enum.value intrinsic"); in IsPreserveDIAccessIndexCall() 427 report_fatal_error("Incorrect flag for llvm.bpf.preserve.enum.value intrinsic"); in IsPreserveDIAccessIndexCall() 687 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange() 692 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange() 750 report_fatal_error("Invalid array expression for llvm.bpf.preserve.field.info"); in GetFieldInfo() 792 report_fatal_error("too big field size for llvm.bpf.preserve.field.info"); in GetFieldInfo() 799 report_fatal_error("too big field size for llvm.bpf.preserve.field.info"); in GetFieldInfo() 823 report_fatal_error("too big field size for llvm.bpf.preserve.field.info"); in GetFieldInfo() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Reducer/ |
| H A D | Tester.cpp | 42 llvm::report_fatal_error(llvm::Twine("Error making unique filename: ") + in isInteresting() 50 llvm::report_fatal_error(llvm::Twine("Error emitting the IR to file '") + in isInteresting() 75 llvm::report_fatal_error( in isInteresting()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 116 report_fatal_error("Inline asm not supported by this streamer because" in emitInlineAsm() 190 report_fatal_error("Nested variants found in inline asm string: '" + in EmitInlineAsmStr() 225 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitInlineAsmStr() 240 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitInlineAsmStr() 245 report_fatal_error("Invalid $ operand number in inline asm string: '" + in EmitInlineAsmStr() 256 report_fatal_error("Bad ${:} expression in inline asm string: '" + in EmitInlineAsmStr() 264 report_fatal_error("Bad ${} expression in inline asm string: '" + in EmitInlineAsmStr() 453 report_fatal_error(Twine(Msg.str())); in PrintSpecial()
|
| H A D | OcamlGCPrinter.cpp | 125 report_fatal_error(" Too much descriptor for ocaml GC"); in finishAssembly() 139 report_fatal_error("Function '" + FI->getFunction().getName() + in finishAssembly() 157 report_fatal_error("Function '" + FI->getFunction().getName() + in finishAssembly() 172 report_fatal_error( in finishAssembly()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.cpp | 68 report_fatal_error(ISAInfo.takeError()); in computeTargetABI() 99 report_fatal_error("RV64 target requires an RV64 CPU"); in validate() 101 report_fatal_error("RV32 target requires an RV32 CPU"); in validate() 103 report_fatal_error("RV32E can't be enabled for an RV64 target"); in validate()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 215 report_fatal_error( in buildFrom() 231 report_fatal_error( in buildFrom() 251 report_fatal_error( in buildFrom() 303 report_fatal_error("coro.id must be paired with coro.suspend"); in buildFrom() 349 report_fatal_error("coro.id.retcon.* must be paired with " in buildFrom() 372 report_fatal_error("argument to coro.suspend.retcon does not " in buildFrom() 381 report_fatal_error("wrong number of arguments to coro.suspend.retcon"); in buildFrom() 400 report_fatal_error("wrong number of results from coro.suspend.retcon"); in buildFrom() 408 report_fatal_error("result from coro.suspend.retcon does not " in buildFrom() 502 report_fatal_error(Reason); in fail()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 83 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error() 86 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm 87 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error() 90 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
|
| /llvm-project-15.0.7/llvm/unittests/Target/X86/ |
| H A D | MachineSizeOptsTest.cpp | 73 report_fatal_error("null MIRParser"); in SetUp() 76 report_fatal_error("parseIRModule failed"); in SetUp() 81 report_fatal_error("parseMachineFunctions failed"); in SetUp() 87 report_fatal_error("null Function"); in getMachineFunction()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 379 report_fatal_error(Twine(Filename) + " does not contain an index"); in printIndexStats() 553 report_fatal_error("Missing -thinlto-index for ThinLTO promotion stage"); in loadCombinedIndex() 575 report_fatal_error("Can't load module, abort."); in loadModuleFromInput() 580 report_fatal_error("Can't override the module id for multiple files"); in loadModuleFromInput() 642 report_fatal_error( in thinLink() 658 report_fatal_error("ThinLink didn't create an index"); in thinLink() 671 report_fatal_error("Can't handle a single output filename and multiple " in distributedIndexes() 708 report_fatal_error("Can't handle a single output filename and multiple " in emitImports() 738 report_fatal_error("Can't handle a single output filename and multiple " in promote() 890 report_fatal_error("Do not provide an output filename for ThinLTO " in runAll() [all …]
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | GCStrategy.cpp | 36 report_fatal_error(Twine(error)); in getGCStrategy() 38 report_fatal_error(Twine(std::string("unsupported GC: ") + Name.str())); in getGCStrategy()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 122 report_fatal_error(Dyld.getErrorString()); in addObjectFile() 168 report_fatal_error("Target does not support MC emission!"); in emitObject() 222 report_fatal_error(Twine(OS.str())); in generateCodeForModule() 228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule() 333 report_fatal_error(AddrOrErr.takeError()); in getSymbolAddress() 335 report_fatal_error(Sym.takeError()); in getSymbolAddress() 352 report_fatal_error(OptionalChildOrErr.takeError()); in findSymbol() 610 report_fatal_error("MCJIT::runFunction does not support full-featured " in runFunction() 623 report_fatal_error(std::move(Err)); in getPointerToNamedFunction() 632 report_fatal_error("Program used external function '"+Name+ in getPointerToNamedFunction()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | CFGTest.cpp | 42 report_fatal_error(os.str().c_str()); in ParseAssembly() 46 report_fatal_error("Test must have a function named @test"); in ParseAssembly() 58 report_fatal_error("@test must have an instruction %A"); in ParseAssembly() 60 report_fatal_error("@test must have an instruction %B"); in ParseAssembly()
|
| /llvm-project-15.0.7/mlir/lib/Support/ |
| H A D | DebugCounter.cpp | 132 llvm::report_fatal_error( in applyCLOptions() 142 llvm::report_fatal_error( in applyCLOptions() 158 llvm::report_fatal_error( in applyCLOptions()
|
| /llvm-project-15.0.7/llvm/tools/verify-uselistorder/ |
| H A D | verify-uselistorder.cpp | 348 report_fatal_error("parsing failed"); in verifyAfterRoundTrip() 350 report_fatal_error("verification failed"); in verifyAfterRoundTrip() 352 report_fatal_error("use-list order changed"); in verifyAfterRoundTrip() 358 report_fatal_error("failed to initialize bitcode file"); in verifyBitcodeUseListOrder() 361 report_fatal_error("failed to write bitcode"); in verifyBitcodeUseListOrder() 370 report_fatal_error("failed to initialize assembly file"); in verifyAssemblyUseListOrder() 373 report_fatal_error("failed to write assembly"); in verifyAssemblyUseListOrder() 513 report_fatal_error("verification failed"); in changeUseLists()
|