Home
last modified time | relevance | path

Searched refs:report_fatal_error (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp168 report_fatal_error("Parameter count mismatch"); in clone_params()
195 report_fatal_error("SrcLast param does not match End"); in clone_params()
197 report_fatal_error("DstLast param does not match End"); in clone_params()
202 report_fatal_error("SrcNext was unexpectedly null"); in clone_params()
204 report_fatal_error("DstNext was unexpectedly null"); in clone_params()
208 report_fatal_error("SrcNext.Previous param is not Current"); in clone_params()
212 report_fatal_error("DstNext.Previous param is not Current"); in clone_params()
219 report_fatal_error("Parameter count does not match iteration"); in clone_params()
226 report_fatal_error("LLVMGetValueKind returned incorrect type"); in check_value_kind()
239 report_fatal_error("Expected a constant"); in clone_constant_impl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp97 report_fatal_error("Code generation for MIPS-I is not implemented", false); in MipsSubtarget()
99 report_fatal_error("Code generation for MIPS-V is not implemented", false); in MipsSubtarget()
107 report_fatal_error("MSA requires a 64-bit FPU register file (FR=1 mode). " in MipsSubtarget()
112 report_fatal_error( in MipsSubtarget()
117 report_fatal_error("-mattr=+nooddspreg requires the O32 ABI.", false); in MipsSubtarget()
120 report_fatal_error("FPXX is not permitted for the N32/N64 ABI's.", false); in MipsSubtarget()
123 report_fatal_error("microMIPS64R6 is not supported", false); in MipsSubtarget()
126 report_fatal_error("microMIPS64 is not supported.", false); in MipsSubtarget()
130 report_fatal_error( in MipsSubtarget()
133 report_fatal_error( in MipsSubtarget()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionXCOFF.cpp30 report_fatal_error("Unhandled storage-mapping class for .text csect"); in PrintSwitchToSection()
38 report_fatal_error("Unhandled storage-mapping class for .rodata csect."); in PrintSwitchToSection()
47 report_fatal_error("Unhandled storage-mapping class for .tdata csect."); in PrintSwitchToSection()
66 report_fatal_error( in PrintSwitchToSection()
115 report_fatal_error("Printing for this SectionKind is unimplemented."); in PrintSwitchToSection()
H A DWasmObjectWriter.cpp391 report_fatal_error("section size does not fit in a uint32_t"); in endSection()
429 report_fatal_error("section already has a defining function: " + in executePostLayoutBinding()
510 report_fatal_error("relocations for function or section offsets are " in recordRelocation()
518 report_fatal_error("section doesn\'t have defining symbol"); in recordRelocation()
524 report_fatal_error("section symbol is required for relocation"); in recordRelocation()
541 report_fatal_error("missing indirect function table symbol"); in recordRelocation()
544 report_fatal_error("__indirect_function_table symbol has wrong type"); in recordRelocation()
555 report_fatal_error("relocations against un-named temporaries are not yet " in recordRelocation()
659 report_fatal_error("only data supported in data sections"); in addData()
663 report_fatal_error("only byte values supported for alignment"); in addData()
[all …]
H A DMCELFStreamer.cpp60 report_fatal_error("Fragment can't be larger than a bundle size"); in mergeFragment()
66 report_fatal_error("Padding cannot exceed 255 bytes"); in mergeFragment()
150 report_fatal_error("Unterminated .bundle_lock when changing a section"); in changeSection()
327 report_fatal_error("Symbol: " + Symbol->getName() + in emitCommonSymbol()
358 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in emitValueImpl()
368 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in emitValueToAlignment()
524 report_fatal_error("A Bundle can only have one Subtarget."); in CheckBundleSubtargets()
626 report_fatal_error(".bundle_align_mode cannot be changed once set"); in emitBundleAlignMode()
635 report_fatal_error(".bundle_lock forbidden when bundling is disabled"); in emitBundleLock()
655 report_fatal_error(".bundle_unlock forbidden when bundling is disabled"); in emitBundleUnlock()
[all …]
H A DXCOFFObjectWriter.cpp300 report_fatal_error("Unhandled mapping of read-write csect to section."); in getCsectGroup()
333 report_fatal_error("toc-data not yet supported when writing object files."); in getCsectGroup()
335 report_fatal_error("Unhandled mapping of csect to section."); in getCsectGroup()
348 report_fatal_error("64-bit XCOFF object files are not supported yet."); in executePostLayoutBinding()
446 report_fatal_error("toc-data not yet supported when writing object files."); in recordRelocation()
469 report_fatal_error("TOCEntryOffset overflows in small code model mode"); in recordRelocation()
492 report_fatal_error("relocation for opposite term is not yet supported"); in recordRelocation()
498 report_fatal_error( in recordRelocation()
560 report_fatal_error("Incremental linking not supported for XCOFF."); in writeObject()
563 report_fatal_error("64-bit XCOFF object files are not supported yet."); in writeObject()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp114 report_fatal_error("Inline asm not supported by this streamer because" in emitInlineAsm()
183 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitMSInlineAsmStr()
199 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitMSInlineAsmStr()
204 report_fatal_error("Invalid $ operand number in inline asm string: '" + in EmitMSInlineAsmStr()
215 report_fatal_error("Bad ${:} expression in inline asm string: '" + in EmitMSInlineAsmStr()
223 report_fatal_error("Bad ${} expression in inline asm string: '" + in EmitMSInlineAsmStr()
316 report_fatal_error("Nested variants found in inline asm string: '" + in EmitGCCInlineAsmStr()
351 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitGCCInlineAsmStr()
367 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitGCCInlineAsmStr()
379 report_fatal_error("Bad ${:} expression in inline asm string: '" + in EmitGCCInlineAsmStr()
[all …]
H A DOcamlGCPrinter.cpp129 report_fatal_error(" Too much descriptor for ocaml GC"); in finishAssembly()
145 report_fatal_error("Function '" + FI.getFunction().getName() + in finishAssembly()
162 report_fatal_error("Function '" + FI.getFunction().getName() + in finishAssembly()
177 report_fatal_error( in finishAssembly()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorHandling.h71 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
73 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
75 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp82 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(const std::string &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(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
91 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp284 report_fatal_error("Missing metadata for llvm.preserve.array.access.index intrinsic"); in IsPreserveDIAccessIndexCall()
295 report_fatal_error("Missing metadata for llvm.preserve.union.access.index intrinsic"); in IsPreserveDIAccessIndexCall()
306 report_fatal_error("Missing metadata for llvm.preserve.struct.access.index intrinsic"); in IsPreserveDIAccessIndexCall()
319 report_fatal_error("Incorrect info_kind for llvm.bpf.preserve.field.info intrinsic"); in IsPreserveDIAccessIndexCall()
327 report_fatal_error("Missing metadata for llvm.preserve.type.info intrinsic"); in IsPreserveDIAccessIndexCall()
330 report_fatal_error("Incorrect flag for llvm.bpf.preserve.type.info intrinsic"); in IsPreserveDIAccessIndexCall()
341 report_fatal_error("Missing metadata for llvm.preserve.enum.value intrinsic"); in IsPreserveDIAccessIndexCall()
344 report_fatal_error("Incorrect flag for llvm.bpf.preserve.enum.value intrinsic"); in IsPreserveDIAccessIndexCall()
594 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange()
599 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange()
[all …]
H A DBPFPreserveDIType.cpp60 report_fatal_error( in BPFPreserveDITypeImpl()
78 report_fatal_error("Incorrect flag for llvm.bpf.btf.type.id intrinsic"); in BPFPreserveDITypeImpl()
97 report_fatal_error("Empty type name for BTF_TYPE_ID_REMOTE reloc"); in BPFPreserveDITypeImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp125 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()
143 report_fatal_error("Missing bbs name"); in loadFile()
197 report_fatal_error("Invalid function name specified in the input file"); in runOnModule()
203 report_fatal_error("Invalid block name specified in the input file"); in runOnModule()
215 report_fatal_error("Invalid basic block"); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp89 report_fatal_error("Section header outside of section header table."); in checkSectionAddress()
93 report_fatal_error("Section header outside of section header table."); in checkSectionAddress()
96 report_fatal_error( in checkSectionAddress()
324 report_fatal_error("64-bit support not implemented yet"); in section_rel_begin()
336 report_fatal_error("64-bit support not implemented yet"); in section_rel_end()
352 report_fatal_error("64-bit support not implemented yet"); in getRelocationOffset()
371 report_fatal_error("64-bit support not implemented yet"); in getRelocationSymbol()
385 report_fatal_error("64-bit support not implemented yet"); in getRelocationType()
392 report_fatal_error("64-bit support not implemented yet"); in getRelocationTypeName()
406 report_fatal_error("64-bit support not implemented yet"); in symbol_begin()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp341 report_fatal_error(Filename + " does not contain an index"); in printIndexStats()
506 report_fatal_error("Missing -thinlto-index for ThinLTO promotion stage"); in loadCombinedIndex()
528 report_fatal_error("Can't load module, abort."); in loadModuleFromInput()
533 report_fatal_error("Can't override the module id for multiple files"); in loadModuleFromInput()
594 report_fatal_error( in thinLink()
610 report_fatal_error("ThinLink didn't create an index"); in thinLink()
623 report_fatal_error("Can't handle a single output filename and multiple " in distributedIndexes()
660 report_fatal_error("Can't handle a single output filename and multiple " in emitImports()
690 report_fatal_error("Can't handle a single output filename and multiple " in promote()
718 report_fatal_error("Can't handle a single output filename and multiple " in import()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DCaching.cpp68 report_fatal_error(Twine("Failed to open cache file ") + EntryPath + in localCache()
96 report_fatal_error(Twine("Failed to open new cache file ") + in localCache()
126 report_fatal_error(Twine("Failed to rename temporary file ") + in localCache()
142 report_fatal_error("ThinLTO: Can't get a temporary file"); in localCache()
H A DThinLTOCodeGenerator.cpp101 report_fatal_error(Twine("Failed to open ") + SaveTempPath + in saveTempBitcode()
161 report_fatal_error("renameModuleForThinLTO failed"); in promoteModule()
179 report_fatal_error("Broken module found, compilation aborted!"); in verifyLoadedModule()
203 report_fatal_error("Can't load module, abort."); in loadModuleFromInput()
229 report_fatal_error("importFunctions failed"); in crossImportIntoModule()
314 report_fatal_error("Failed to setup codegen"); in codegenModule()
406 report_fatal_error("ThinLTO: Can't get a temporary file"); in write()
540 report_fatal_error("ThinLTO cannot create input file: " + in addModule()
550 report_fatal_error("ThinLTO modules with incompatible triples not " in addModule()
575 report_fatal_error("Can't load target for this Triple: " + ErrMsg); in create()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCXCOFFObjectWriter.cpp60 report_fatal_error("Unimplemented fixup kind."); in getRelocTypeAndSignSize()
65 report_fatal_error("Unsupported modifier for half16 fixup."); in getRelocTypeAndSignSize()
83 report_fatal_error("Unsupported modifier"); in getRelocTypeAndSignSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp121 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
167 report_fatal_error("Target does not support MC emission!"); in emitObject()
222 report_fatal_error(Buf); 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp296 report_fatal_error( in buildFrom()
312 report_fatal_error( in buildFrom()
333 report_fatal_error( in buildFrom()
385 report_fatal_error("coro.id must be paired with coro.suspend"); in buildFrom()
431 report_fatal_error("coro.id.retcon.* must be paired with " in buildFrom()
454 report_fatal_error("argument to coro.suspend.retcon does not " in buildFrom()
463 report_fatal_error("wrong number of arguments to coro.suspend.retcon"); in buildFrom()
482 report_fatal_error("wrong number of results from coro.suspend.retcon"); in buildFrom()
490 report_fatal_error("result from coro.suspend.retcon does not " in buildFrom()
584 report_fatal_error(Reason); in fail()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp126 report_fatal_error("Unexpanded relocation output not implemented."); in printRelocations()
169 report_fatal_error( in printFileAuxEnt()
304 report_fatal_error("64-bit support is unimplemented."); in printSymbol()
363 report_fatal_error("Function auxiliary entry printing is unimplemented."); in printSymbol()
380 report_fatal_error( in printSymbol()
394 report_fatal_error("Symbol table entry printing for this storage class " in printSymbol()
506 report_fatal_error("Dumping section relocations is unimplemented"); in printSectionHeaders()
509 report_fatal_error("Dumping symbols is unimplemented"); in printSectionHeaders()
512 report_fatal_error("Dumping section data is unimplemented"); in printSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp155 report_fatal_error("Array element type can't be an Array or a Blob"); in skipRecord()
238 report_fatal_error("Abbreviation starts with an Array or a Blob"); in readRecord()
271 report_fatal_error("Array op not second to last"); in readRecord()
274 report_fatal_error( in readRecord()
280 report_fatal_error("Array element type can't be an Array or a Blob"); in readRecord()
388 report_fatal_error( in ReadAbbrevRecord()
397 report_fatal_error("Abbrev record with no operands"); in ReadAbbrevRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp351 report_fatal_error("parsing failed"); in verifyAfterRoundTrip()
353 report_fatal_error("verification failed"); in verifyAfterRoundTrip()
355 report_fatal_error("use-list order changed"); in verifyAfterRoundTrip()
361 report_fatal_error("failed to initialize bitcode file"); in verifyBitcodeUseListOrder()
364 report_fatal_error("failed to write bitcode"); in verifyBitcodeUseListOrder()
373 report_fatal_error("failed to initialize assembly file"); in verifyAssemblyUseListOrder()
376 report_fatal_error("failed to write assembly"); in verifyAssemblyUseListOrder()
521 report_fatal_error("verification failed"); in changeUseLists()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp92 report_fatal_error("RV64 target requires an RV64 CPU"); in validate()
94 report_fatal_error("RV32 target requires an RV32 CPU"); in validate()
96 report_fatal_error("RV32E can't be enabled for an RV64 target"); in validate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp63 report_fatal_error("Aggregate globals not yet implemented"); in GetGlobalAddressSymbol()
177 report_fatal_error("GOT symbol references do not support offsets"); in lowerSymbolOperand()
179 report_fatal_error("Function addresses with offsets not supported"); in lowerSymbolOperand()
181 report_fatal_error("Global indexes with offsets not supported"); in lowerSymbolOperand()
183 report_fatal_error("Event indexes with offsets not supported"); in lowerSymbolOperand()
185 report_fatal_error("Table indexes with offsets not supported"); in lowerSymbolOperand()

12345678910>>...15