| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 284 report_fatal_error( in parseSpecifier() 289 report_fatal_error("Invalid pointer size of 0 bytes"); in parseSpecifier() 293 report_fatal_error( in parseSpecifier() 298 report_fatal_error( in parseSpecifier() 311 report_fatal_error( in parseSpecifier() 343 report_fatal_error( in parseSpecifier() 348 report_fatal_error( in parseSpecifier() 353 report_fatal_error( in parseSpecifier() 371 report_fatal_error( in parseSpecifier() 470 report_fatal_error( in setAlignment() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 98 report_fatal_error("Code generation for MIPS-I is not implemented", false); in MipsSubtarget() 100 report_fatal_error("Code generation for MIPS-V is not implemented", false); in MipsSubtarget() 108 report_fatal_error("MSA requires a 64-bit FPU register file (FR=1 mode). " in MipsSubtarget() 113 report_fatal_error("-mattr=+nooddspreg requires the O32 ABI.", false); in MipsSubtarget() 116 report_fatal_error("FPXX is not permitted for the N32/N64 ABI's.", false); in MipsSubtarget() 119 report_fatal_error("microMIPS64R6 is not supported", false); in MipsSubtarget() 122 report_fatal_error("microMIPS64 is not supported.", false); in MipsSubtarget() 126 report_fatal_error( in MipsSubtarget() 129 report_fatal_error( in MipsSubtarget() 138 report_fatal_error(ISA + " is not compatible with the DSP ASE", false); in MipsSubtarget() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | ErrorHandling.h | 72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason, 74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason, 76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason, 78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
|
| /freebsd-12.1/contrib/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(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 D | Error.cpp | 100 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-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 154 report_fatal_error("Inline asm not supported by this streamer because" in EmitInlineAsm() 175 report_fatal_error("Error parsing inline asm\n"); in EmitInlineAsm() 226 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitMSInlineAsmStr() 241 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitMSInlineAsmStr() 246 report_fatal_error("Invalid $ operand number in inline asm string: '" + in EmitMSInlineAsmStr() 335 report_fatal_error("Nested variants found in inline asm string: '" + in EmitGCCInlineAsmStr() 370 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitGCCInlineAsmStr() 385 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitGCCInlineAsmStr() 397 report_fatal_error("Bad ${:} expression in inline asm string: '" + in EmitGCCInlineAsmStr() 405 report_fatal_error("Bad ${} expression in inline asm string: '" + in EmitGCCInlineAsmStr() [all …]
|
| H A D | OcamlGCPrinter.cpp | 130 report_fatal_error(" Too much descriptor for ocaml GC"); in finishAssembly() 146 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-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 379 report_fatal_error("section size does not fit in a uint32_t"); in endSection() 596 report_fatal_error("symbol not found in wasm index space: " + in getProvisionalValue() 631 report_fatal_error("only data supported in data sections"); in addData() 665 report_fatal_error("symbol not found in type index space: " + in getRelocationIndexValue() 884 report_fatal_error(".size expression must be evaluatable"); in writeCodeSection() 1320 report_fatal_error( in writeObject() 1324 report_fatal_error( in writeObject() 1380 report_fatal_error("don't yet support defined globals"); in writeObject() 1506 report_fatal_error(".fini_array sections are unsupported"); in writeObject() 1519 report_fatal_error(".init_array section should be aligned"); in writeObject() [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() 150 report_fatal_error("Unterminated .bundle_lock when changing a section"); in ChangeSection() 314 report_fatal_error("Symbol: " + Symbol->getName() + in EmitCommonSymbol() 344 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in EmitValueImpl() 354 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in EmitValueToAlignment() 507 report_fatal_error("A Bundle can only have one Subtarget."); in CheckBundleSubtargets() 608 report_fatal_error(".bundle_align_mode cannot be changed once set"); in EmitBundleAlignMode() 617 report_fatal_error(".bundle_lock forbidden when bundling is disabled"); in EmitBundleLock() 639 report_fatal_error(".bundle_unlock without matching lock"); in EmitBundleUnlock() [all …]
|
| H A D | MCAssembler.cpp | 434 report_fatal_error("Fragment can't be larger than a bundle size"); in layoutFragment() 439 report_fatal_error("Padding cannot exceed 255 bytes"); in layoutFragment() 479 report_fatal_error("unable to write NOP sequence of " + in writeFragmentPadding() 484 report_fatal_error("unable to write NOP sequence of " + in writeFragmentPadding() 519 report_fatal_error("undefined .align directive, value size '" + in writeFragment() 530 report_fatal_error("unable to write nop sequence of " + in writeFragment() 610 report_fatal_error("unable to write nop sequence of " + in writeFragment() 677 report_fatal_error("cannot have fixups in virtual section!"); in writeSectionData() 681 report_fatal_error("non-zero initializer found in section '" + in writeSectionData() 684 report_fatal_error("non-zero initializer found in virtual section"); in writeSectionData() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitstreamReader.cpp | 114 report_fatal_error("Abbreviation starts with an Array or a Blob"); in skipRecord() 141 report_fatal_error("Array element type can't be an Array or a Blob"); in skipRecord() 201 report_fatal_error("Abbreviation starts with an Array or a Blob"); in readRecord() 224 report_fatal_error("Array op not second to last"); in readRecord() 227 report_fatal_error( in readRecord() 233 report_fatal_error("Array element type can't be an Array or a Blob"); in readRecord() 310 report_fatal_error( in ReadAbbrevRecord() 319 report_fatal_error("Abbrev record with no operands"); in ReadAbbrevRecord()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 334 report_fatal_error(Filename + " does not contain an index"); in printIndexStats() 447 report_fatal_error("Missing -thinlto-index for ThinLTO promotion stage"); in loadCombinedIndex() 459 report_fatal_error("Can't load module for file " + Filename); in loadModule() 465 report_fatal_error("Can't override the module id for multiple files"); in loadModule() 526 report_fatal_error( in thinLink() 542 report_fatal_error("ThinLink didn't create an index"); in thinLink() 555 report_fatal_error("Can't handle a single output filename and multiple " in distributedIndexes() 590 report_fatal_error("Can't handle a single output filename and multiple " in emitImports() 617 report_fatal_error("Can't handle a single output filename and multiple " in promote() 761 report_fatal_error("Do not provide an output filename for ThinLTO " in runAll() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMachObjectWriter.cpp | 48 report_fatal_error("Relocation emission for MachO/PPC64 unimplemented."); in recordRelocation() 61 report_fatal_error("log2size(FixupKind): Unhandled fixup kind!"); in getFixupKindLog2Size() 95 report_fatal_error("Unimplemented fixup kind (relative)"); in getRelocType() 121 report_fatal_error("Unimplemented fixup kind (absolute)!"); in getRelocType() 210 report_fatal_error("symbol '" + A->getName() + in recordScatteredRelocation() 222 report_fatal_error("symbol '" + SB->getName() + in recordScatteredRelocation() 339 report_fatal_error("FIXME: relocations to absolute targets " in RecordPPCRelocation()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 79 report_fatal_error( in runOnModule() 83 report_fatal_error( in runOnModule() 104 report_fatal_error("Prototypeless function used with " in runOnModule() 140 report_fatal_error("unexpected use of prototypeless function: " + in runOnModule()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 189 report_fatal_error("Can't allocate enough memory: " + EC.message()); in preallocateSlab() 199 report_fatal_error("Can't allocate enough memory. Tune --preallocate"); in allocateFromSlab() 237 report_fatal_error("MemoryManager allocation failed: " + EC.message()); in allocateCodeSection() 261 report_fatal_error("MemoryManager allocation failed: " + EC.message()); in allocateDataSection() 276 report_fatal_error("Dylib not found: '" + Dylib + "'."); in loadDylibs() 279 report_fatal_error("Error loading '" + Dylib + "': " + ErrMsg); in loadDylibs() 512 report_fatal_error("Invalid section specification '" + Mapping + in applySpecificSectionMappings() 524 report_fatal_error(ErrorMsg); in applySpecificSectionMappings() 532 report_fatal_error("Invalid section address in mapping '" + Mapping + in applySpecificSectionMappings() 627 report_fatal_error("Invalid dummy symbol specification '" + Mapping + in remapSectionsAndSymbols() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | Caching.cpp | 66 report_fatal_error(Twine("Failed to open cache file ") + EntryPath + in localCache() 94 report_fatal_error(Twine("Failed to open new cache file ") + in localCache() 124 report_fatal_error(Twine("Failed to rename temporary file ") + in localCache() 140 report_fatal_error("ThinLTO: Can't get a temporary file"); in localCache()
|
| H A D | ThinLTOCodeGenerator.cpp | 92 report_fatal_error(Twine("Failed to open ") + SaveTempPath + in saveTempBitcode() 152 report_fatal_error("renameModuleForThinLTO failed"); in promoteModule() 170 report_fatal_error("Broken module found, compilation aborted!"); in verifyLoadedModule() 193 report_fatal_error("Can't load module, abort."); in loadModuleFromBuffer() 217 report_fatal_error("importFunctions failed"); in crossImportIntoModule() 281 report_fatal_error("Failed to setup codegen"); in codegenModule() 369 report_fatal_error("ThinLTO: Can't get a temporary file"); in write() 531 report_fatal_error("Can't load target for this Triple: " + ErrMsg); in create() 725 report_fatal_error(Twine("Failed to open ") + OutputName + in emitImports() 809 report_fatal_error("Can't open output '" + OutputPath + "'\n"); in writeGeneratedObject() [all …]
|
| H A D | LTOBackend.cpp | 166 report_fatal_error("Error parsing default AA pipeline"); in runNewPMPasses() 225 report_fatal_error("unable to parse AA pipeline description '" + in runNewPMCustomPasses() 250 report_fatal_error("unable to parse pass pipeline description '" + in runNewPMCustomPasses() 309 report_fatal_error("Failed to create directory " + Conf.DwoDir + ": " + in codegen() 321 report_fatal_error("Failed to open " + DwoFile + ": " + EC.message()); in codegen() 329 report_fatal_error("Failed to setup codegen"); in codegen() 364 report_fatal_error("Failed to read bitcode"); in splitCodeGen()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | BlockExtractor.cpp | 78 report_fatal_error("BlockExtractor couldn't load the file."); in loadFile() 136 report_fatal_error("Invalid function name specified in the input file"); in runOnModule() 141 report_fatal_error("Invalid block name specified in the input file"); in runOnModule() 149 report_fatal_error("Invalid basic block"); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | Object.cpp | 110 report_fatal_error(Buf); in LLVMMoveToContainingSection() 140 report_fatal_error(ec.message()); in LLVMGetSectionName() 151 report_fatal_error(ec.message()); in LLVMGetSectionContents() 192 report_fatal_error(Buf); in LLVMGetSymbolName() 204 report_fatal_error(Buf); in LLVMGetSymbolAddress()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 120 report_fatal_error(Dyld.getErrorString()); in addObjectFile() 166 report_fatal_error("Target does not support MC emission!"); in emitObject() 221 report_fatal_error(Buf); in generateCodeForModule() 227 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule() 328 report_fatal_error(AddrOrErr.takeError()); in getSymbolAddress() 330 report_fatal_error(Sym.takeError()); in getSymbolAddress() 347 report_fatal_error(OptionalChildOrErr.takeError()); in findSymbol() 605 report_fatal_error("MCJIT::runFunction does not support full-featured " in runFunction() 618 report_fatal_error(std::move(Err)); in getPointerToNamedFunction() 627 report_fatal_error("Program used external function '"+Name+ in getPointerToNamedFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFMIChecking.cpp | 76 report_fatal_error("line " + std::to_string(DL.getLine()) + in checkingIllegalXADD() 79 report_fatal_error("Invalid usage of the XADD return value", false); in checkingIllegalXADD()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/InstPrinter/ |
| H A D | XCoreInstPrinter.cpp | 42 report_fatal_error("can't handle InlineJT"); in printInlineJT() 47 report_fatal_error("can't handle InlineJT32"); in printInlineJT32()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsNaClELFStreamer.cpp | 152 report_fatal_error("Dangerous instruction in branch delay slot!"); in EmitInstruction() 170 report_fatal_error("Dangerous instruction in branch delay slot!"); in EmitInstruction() 182 report_fatal_error("Dangerous instruction in branch delay slot!"); in EmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 34 report_fatal_error("Failed to setup codegen"); in codegen() 86 report_fatal_error("Failed to read bitcode"); in splitCodeGen()
|