Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp107 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()
149 report_fatal_error(ISA + " is not compatible with the DSP ASE", false); in MipsSubtarget()
153 report_fatal_error("position-independent code requires '-mabicalls'"); in MipsSubtarget()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
548 report_fatal_error("missing indirect function table symbol"); in recordRelocation()
669 report_fatal_error("only data supported in data sections"); in addData()
703 report_fatal_error("symbol not found in type index space: " + in getRelocationIndexValue()
1007 report_fatal_error(".size expression must be evaluatable"); in writeCodeSection()
1301 report_fatal_error(Twine(S.getName()) + in prepareImports()
1534 report_fatal_error( in writeOneObject()
1538 report_fatal_error( in writeOneObject()
1681 report_fatal_error(Twine(S.getName()) + in writeOneObject()
1801 report_fatal_error(".fini_array sections are unsupported"); in writeOneObject()
[all …]
H A DXCOFFObjectWriter.cpp321 report_fatal_error("Unhandled mapping of read-write csect to section."); in getCsectGroup()
356 report_fatal_error("Unhandled mapping of csect to section."); in getCsectGroup()
369 report_fatal_error("64-bit XCOFF object files are not supported yet."); in executePostLayoutBinding()
515 report_fatal_error("relocation for opposite term is not yet supported"); in recordRelocation()
521 report_fatal_error( in recordRelocation()
584 report_fatal_error("Incremental linking not supported for XCOFF."); in writeObject()
587 report_fatal_error("64-bit XCOFF object files are not supported yet."); in writeObject()
838 report_fatal_error( in finalizeSectionInfo()
858 report_fatal_error("Relocation data overflowed this object file."); in finalizeSectionInfo()
897 report_fatal_error("Section index overflow!"); in assignAddressesAndIndices()
[all …]
H A DMCELFStreamer.cpp61 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()
328 report_fatal_error("Symbol: " + Symbol->getName() + in emitCommonSymbol()
359 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in emitValueImpl()
502 report_fatal_error("Relocation for CG Profile could not be created: " + in finalizeCGProfileEntry()
540 report_fatal_error("A Bundle can only have one Subtarget."); in CheckBundleSubtargets()
642 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()
673 report_fatal_error(".bundle_unlock without matching lock"); in emitBundleUnlock()
[all …]
/freebsd-13.1/contrib/llvm-project/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,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp115 report_fatal_error("Inline asm not supported by this streamer because" in emitInlineAsm()
184 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitMSInlineAsmStr()
200 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitMSInlineAsmStr()
205 report_fatal_error("Invalid $ operand number in inline asm string: '" + in EmitMSInlineAsmStr()
216 report_fatal_error("Bad ${:} expression in inline asm string: '" + in EmitMSInlineAsmStr()
224 report_fatal_error("Bad ${} expression in inline asm string: '" + in EmitMSInlineAsmStr()
317 report_fatal_error("Nested variants found in inline asm string: '" + in EmitGCCInlineAsmStr()
352 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitGCCInlineAsmStr()
368 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitGCCInlineAsmStr()
388 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()
/freebsd-13.1/contrib/llvm-project/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
H A DError.cpp99 report_fatal_error(EC.message()); in errorToErrorCode()
140 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error() function
147 report_fatal_error(ErrMsg); in report_fatal_error()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp330 report_fatal_error("Missing metadata for llvm.preserve.type.info intrinsic"); in IsPreserveDIAccessIndexCall()
333 report_fatal_error("Incorrect flag for llvm.bpf.preserve.type.info intrinsic"); in IsPreserveDIAccessIndexCall()
344 report_fatal_error("Missing metadata for llvm.preserve.enum.value intrinsic"); in IsPreserveDIAccessIndexCall()
347 report_fatal_error("Incorrect flag for llvm.bpf.preserve.enum.value intrinsic"); in IsPreserveDIAccessIndexCall()
597 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange()
602 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange()
659 report_fatal_error("Invalid array expression for llvm.bpf.preserve.field.info"); in GetFieldInfo()
701 report_fatal_error("too big field size for llvm.bpf.preserve.field.info"); in GetFieldInfo()
708 report_fatal_error("too big field size for llvm.bpf.preserve.field.info"); in GetFieldInfo()
732 report_fatal_error("too big field size for llvm.bpf.preserve.field.info"); in GetFieldInfo()
[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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp104 report_fatal_error(Twine("Failed to open ") + SaveTempPath + in saveTempBitcode()
164 report_fatal_error("renameModuleForThinLTO failed"); in promoteModule()
182 report_fatal_error("Broken module found, compilation aborted!"); in verifyLoadedModule()
206 report_fatal_error("Can't load module, abort."); in loadModuleFromInput()
232 report_fatal_error("importFunctions failed"); in crossImportIntoModule()
379 report_fatal_error("Failed to setup codegen"); in codegenModule()
610 report_fatal_error("ThinLTO cannot create input file: " + in addModule()
645 report_fatal_error("Can't load target for this Triple: " + ErrMsg); in create()
882 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports()
992 report_fatal_error("Can't open output '" + OutputPath + "'\n"); in writeGeneratedObject()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp374 report_fatal_error(Filename + " does not contain an index"); in printIndexStats()
539 report_fatal_error("Missing -thinlto-index for ThinLTO promotion stage"); in loadCombinedIndex()
561 report_fatal_error("Can't load module, abort."); in loadModuleFromInput()
566 report_fatal_error("Can't override the module id for multiple files"); in loadModuleFromInput()
629 report_fatal_error( in thinLink()
645 report_fatal_error("ThinLink didn't create an index"); in thinLink()
658 report_fatal_error("Can't handle a single output filename and multiple " in distributedIndexes()
695 report_fatal_error("Can't handle a single output filename and multiple " in emitImports()
725 report_fatal_error("Can't handle a single output filename and multiple " in promote()
877 report_fatal_error("Do not provide an output filename for ThinLTO " in runAll()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp62 report_fatal_error("Aggregate globals not yet implemented"); in GetGlobalAddressSymbol()
126 report_fatal_error("GOT symbol references do not support offsets"); in lowerSymbolOperand()
128 report_fatal_error("Function addresses with offsets not supported"); in lowerSymbolOperand()
130 report_fatal_error("Global indexes with offsets not supported"); in lowerSymbolOperand()
132 report_fatal_error("Tag indexes with offsets not supported"); in lowerSymbolOperand()
134 report_fatal_error("Table indexes with offsets not supported"); in lowerSymbolOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp226 report_fatal_error(Buf); in LLVMMoveToContainingSection()
256 report_fatal_error(NameOrErr.takeError()); in LLVMGetSectionName()
268 report_fatal_error(E.takeError()); in LLVMGetSectionContents()
308 report_fatal_error(Buf); in LLVMGetSymbolName()
320 report_fatal_error(Buf); in LLVMGetSymbolAddress()
H A DXCOFFObjectFile.cpp102 report_fatal_error("Section header outside of section header table."); in checkSectionAddress()
106 report_fatal_error("Section header outside of section header table."); in checkSectionAddress()
109 report_fatal_error( in checkSectionAddress()
330 report_fatal_error("64-bit support not implemented yet"); in section_rel_begin()
342 report_fatal_error("64-bit support not implemented yet"); in section_rel_end()
358 report_fatal_error("64-bit support not implemented yet"); in getRelocationOffset()
377 report_fatal_error("64-bit support not implemented yet"); in getRelocationSymbol()
391 report_fatal_error("64-bit support not implemented yet"); in getRelocationType()
398 report_fatal_error("64-bit support not implemented yet"); in getRelocationTypeName()
586 report_fatal_error("Symbol table entry is outside of symbol table."); in checkSymbolEntryPointer()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp255 report_fatal_error("Can't allocate enough memory: " + EC.message()); in preallocateSlab()
266 report_fatal_error("Can't allocate enough memory. Tune --preallocate"); in allocateFromSlab()
309 report_fatal_error("MemoryManager allocation failed: " + EC.message()); in allocateCodeSection()
337 report_fatal_error("MemoryManager allocation failed: " + EC.message()); in allocateDataSection()
352 report_fatal_error("Dylib not found: '" + Dylib + "'."); in loadDylibs()
355 report_fatal_error("Error loading '" + Dylib + "': " + ErrMsg); in loadDylibs()
490 report_fatal_error("Pre-allocated bytes of memory must be a positive integer."); in doPreallocation()
608 report_fatal_error("Invalid section specification '" + Mapping + in applySpecificSectionMappings()
621 report_fatal_error("Invalid section address in mapping '" + Mapping + in applySpecificSectionMappings()
713 report_fatal_error("Invalid dummy symbol specification '" + Mapping + in remapSectionsAndSymbols()
[all …]

12345678910>>...15