/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64ELFObjectWriter.cpp | 68 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G3)); in isNonILP32reloc() 71 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2)); in isNonILP32reloc() 74 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G2)); in isNonILP32reloc() 77 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2_NC)); in isNonILP32reloc() 80 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G1)); in isNonILP32reloc() 83 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G1_NC)); in isNonILP32reloc() 86 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G2)); in isNonILP32reloc() 89 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G1_NC)); in isNonILP32reloc() 92 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLE_MOVW_TPREL_G2)); in isNonILP32reloc() 95 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLE_MOVW_TPREL_G1_NC)); in isNonILP32reloc() [all …]
|
H A D | AArch64AsmBackend.cpp | 163 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 169 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 177 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 179 Ctx.reportError(Fixup.getLoc(), "fixup not sufficiently aligned"); in adjustFixupValue() 188 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 195 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 197 Ctx.reportError(Fixup.getLoc(), "fixup must be 2-byte aligned"); in adjustFixupValue() 204 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 206 Ctx.reportError(Fixup.getLoc(), "fixup must be 4-byte aligned"); in adjustFixupValue() 213 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() [all …]
|
H A D | AArch64MachObjectWriter.cpp | 101 Asm.getContext().reportError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo() 178 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 189 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 196 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); in recordRelocation() 208 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 240 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 247 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 260 Asm.getContext().reportError( in recordRelocation() 267 Asm.getContext().reportError( in recordRelocation() 275 Asm.getContext().reportError( in recordRelocation() [all …]
|
H A D | AArch64WinCOFFObjectWriter.cpp | 59 Ctx.reportError(Fixup.getLoc(), "Cannot represent this expression"); in getRelocType() 77 Ctx.reportError(Fixup.getLoc(), "relocation variant " + in getRelocType() 87 Ctx.reportError(Fixup.getLoc(), "relocation type " + in getRelocType() 92 Ctx.reportError(Fixup.getLoc(), Twine("relocation type ") + Info.Name + in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEELFObjectWriter.cpp | 50 Ctx.reportError(Fixup.getLoc(), "Unsupported pc-relative fixup kind"); in getRelocType() 54 Ctx.reportError(Fixup.getLoc(), in getRelocType() 59 Ctx.reportError(Fixup.getLoc(), in getRelocType() 67 Ctx.reportError(Fixup.getLoc(), in getRelocType() 82 Ctx.reportError(Fixup.getLoc(), "Unknown ELF relocation type"); in getRelocType() 85 Ctx.reportError(Fixup.getLoc(), "1-byte data relocation is not supported"); in getRelocType() 88 Ctx.reportError(Fixup.getLoc(), "2-byte data relocation is not supported"); in getRelocType() 97 Ctx.reportError(Fixup.getLoc(), in getRelocType() 105 Ctx.reportError(Fixup.getLoc(), in getRelocType() 109 Ctx.reportError(Fixu in getRelocType() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 230 static Error reportError(const Twine &Message) { in reportError() function 240 return reportError("Trailing separator in datalayout string"); in split() 242 return reportError("Expected token before separator in datalayout string"); in split() 250 return reportError("not a number, or does not fit in an unsigned int"); in getInt() 261 return reportError("number of bits must be a byte width multiple"); in getIntInBytes() 270 return reportError("Invalid address space, must be a 24-bit integer"); in getAddrSpace() 300 return reportError("Address space 0 can never be non-integral"); in parseSpecifier() 328 return reportError("Invalid address space, must be a 24-bit integer"); in parseSpecifier() 332 return reportError( in parseSpecifier() 340 return reportError("Invalid pointer size of 0 bytes"); in parseSpecifier() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 54 reportError(SectionsOrErr.takeError(), ObjF.getFileName()); in findSectionByAddress() 68 reportError(PhdrsOrErr.takeError(), ObjF.getFileName()); in printUnwindInformation() 75 reportError(object::createError( in printUnwindInformation() 84 reportError(SectionsOrErr.takeError(), ObjF.getFileName()); in printUnwindInformation() 89 reportError(NameOrErr.takeError(), ObjF.getFileName()); in printUnwindInformation() 108 reportError(NameOrErr.takeError(), ObjF.getFileName()); in printEHFrameHdr() 114 reportError(Content.takeError(), ObjF.getFileName()); in printEHFrameHdr() 125 reportError( in printEHFrameHdr() 132 reportError(object::createError("unexpected encoding eh_frame_ptr_enc"), in printEHFrameHdr() 138 reportError(object::createError("unexpected encoding fde_count_enc"), in printEHFrameHdr() [all …]
|
H A D | COFFDumper.cpp | 792 reportError(std::move(E), Obj->getFileName()); in printCOFFDebugDirectory() 809 reportError(std::move(E), Obj->getFileName()); in printCOFFDebugDirectory() 826 reportError(std::move(E), Obj->getFileName()); in printRVATable() 829 reportError(std::move(E), Obj->getFileName()); in printRVATable() 857 reportError(std::move(E), Obj->getFileName()); in printCOFFLoadConfig() 888 reportError(std::move(E), Obj->getFileName()); in printCOFFLoadConfig() 905 reportError(std::move(E), Obj->getFileName()); in printCOFFLoadConfig() 1104 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() 1106 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() 1110 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 307 reportError( in checkAXOK() 311 reportError(I.getLoc(), in checkAXOK() 332 reportError(MCB.getLoc(), in checkHWLoop() 353 reportError(I.getLoc(), in checkCOFMax1() 359 reportError(I.getLoc(), in checkCOFMax1() 365 reportError(I.getLoc(), in checkCOFMax1() 378 reportError("invalid instruction packet: out of slots"); in checkSlots() 436 reportError(ConsumerInst.getLoc(), in checkNewValues() 449 reportError(ConsumerInst.getLoc(), in checkNewValues() 458 reportError(ConsumerInst.getLoc(), in checkNewValues() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYAsmBackend.cpp | 106 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 108 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 113 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 115 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned."); in adjustFixupValue() 120 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 122 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 127 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 129 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 134 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 136 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned."); in adjustFixupValue() [all …]
|
H A D | CSKYELFObjectWriter.cpp | 47 Ctx.reportError(Fixup.getLoc(), "Unsupported relocation type"); in getRelocType() 72 Ctx.reportError(Fixup.getLoc(), "Unsupported relocation type"); in getRelocType() 75 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType() 78 Ctx.reportError(Fixup.getLoc(), "2-byte data relocations not supported"); in getRelocType() 107 Ctx.reportError(Fixup.getLoc(), "unknown target FK_Data_4"); in getRelocType() 111 Ctx.reportError(Fixup.getLoc(), in getRelocType() 132 Ctx.reportError(Fixup.getLoc(), "8-byte data relocations not supported"); in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCObjectWriter.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaAsmBackend.cpp | 93 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 101 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 106 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 111 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 116 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 118 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned"); in adjustFixupValue() 125 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 127 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned"); in adjustFixupValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFObjectWriter.cpp | 90 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 100 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in GetRelocTypeInner() 105 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 192 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in GetRelocTypeInner() 197 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 206 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 215 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 271 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVT instruction"); in GetRelocTypeInner() 281 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVW instruction"); in GetRelocTypeInner() 291 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() [all …]
|
H A D | ARMAsmBackend.cpp | 533 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value"); in adjustFixupValue() 554 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value"); in adjustFixupValue() 592 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 616 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 637 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 682 Ctx.reportError(Fixup.getLoc(), "misaligned ARM call destination"); in adjustFixupValue() 713 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 724 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value"); in adjustFixupValue() 739 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 750 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() [all …]
|
H A D | ARMMachObjectWriter.cpp | 140 Asm.getContext().reportError(Fixup.getLoc(), in recordARMScatteredHalfRelocation() 154 Asm.getContext().reportError(Fixup.getLoc(), in recordARMScatteredHalfRelocation() 169 Asm.getContext().reportError(Fixup.getLoc(), in recordARMScatteredHalfRelocation() 250 Asm.getContext().reportError(Fixup.getLoc(), in recordARMScatteredRelocation() 263 Asm.getContext().reportError(Fixup.getLoc(), in recordARMScatteredRelocation() 279 Asm.getContext().reportError(Fixup.getLoc(), in recordARMScatteredRelocation() 373 Asm.getContext().reportError(Fixup.getLoc(), "unsupported relocation type"); in recordRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsAsmBackend.cpp | 83 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue() 93 Ctx.reportError(Fixup.getLoc(), "out of range PC19 fixup"); in adjustFixupValue() 132 Ctx.reportError(Fixup.getLoc(), "out of range PC7 fixup"); in adjustFixupValue() 142 Ctx.reportError(Fixup.getLoc(), "out of range PC10 fixup"); in adjustFixupValue() 152 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue() 161 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue() 168 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue() 174 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue() 183 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup"); in adjustFixupValue() 192 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 148 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation() 156 Asm.getContext().reportError( in RecordX86_64Relocation() 172 Asm.getContext().reportError( in RecordX86_64Relocation() 181 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation() 250 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation() 256 Asm.getContext().reportError( in RecordX86_64Relocation() 276 Asm.getContext().reportError( in RecordX86_64Relocation() 304 Asm.getContext().reportError( in RecordX86_64Relocation() 323 Asm.getContext().reportError( in RecordX86_64Relocation() 327 Asm.getContext().reportError( in RecordX86_64Relocation() [all …]
|
H A D | X86WinCOFFObjectWriter.cpp | 56 Ctx.reportError(Fixup.getLoc(), "Cannot represent this expression"); in getRelocType() 88 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in getRelocType() 110 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 70 static int reportError(const char *ProgName, Twine Msg) { in reportError() function 82 return reportError(argv0, "the option -d must be used together with -o\n"); in createDependencyFile() 87 return reportError(argv0, "error opening " + DependFilename + ":" + in createDependencyFile() 111 return reportError(argv0, "Could not open input file '" + InputFilename + in TableGenMain() 169 return reportError(argv0, "error opening " + OutputFilename + ": " + in TableGenMain() 180 return reportError(argv0, Twine(ErrorsPrinted) + " errors.\n"); in TableGenMain()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 102 getExecutionSession().reportError(Obj.takeError()); in emit() 119 ES.reportError(SymType.takeError()); in emit() 127 ES.reportError(SymFlagsOrErr.takeError()); in emit() 138 ES.reportError(SymName.takeError()); in emit() 150 ES.reportError(SymFlags.takeError()); in emit() 164 ES.reportError(SymName.takeError()); in emit() 173 ES.reportError(std::move(Err)); in emit() 362 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 373 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 395 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 286 getContext().reportError(getStartTokLoc(), in getCurrentDwarfFrameInfo() 310 getContext().reportError(Loc, "parent function id not introduced by " in emitCVInlineSiteIdDirective() 329 getContext().reportError( in checkCVLocSection() 338 getContext().reportError( in checkCVLocSection() 418 return getContext().reportError(Loc, "symbol '" + Twine(Symbol->getName()) + in emitLabel() 441 return getContext().reportError( in emitCFIStartProc() 702 getContext().reportError( in EnsureValidWinFrameInfo() 707 getContext().reportError( in EnsureValidWinFrameInfo() 717 return getContext().reportError( in emitWinCFIStartProc() 720 getContext().reportError( in emitWinCFIStartProc() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | llc.cpp | 240 [[noreturn]] static void reportError(Twine Msg, StringRef Filename = "") { in reportError() function 251 [[noreturn]] static void reportError(Error Err, StringRef Filename) { in reportError() function 254 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in reportError() 310 reportError(EC.message()); in GetOutputStream() 400 reportError(std::move(E), RemarksFilename); in main() 404 reportError("input language must be '', 'IR' or 'MIR'"); in main() 491 reportError("-mxcoff-roptr option is only supported on AIX", in compileModule() 503 reportError("-mxcoff-roptr option must be used with -data-sections", in compileModule() 626 reportError(EC.message(), SplitDwarfOutputFile); in compileModule() 639 reportError("input module cannot be verified", InputFilename); in compileModule() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchELFObjectWriter.cpp | 59 Ctx.reportError(Fixup.getLoc(), "Unsupported relocation type"); in getRelocType() 62 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType() 65 Ctx.reportError(Fixup.getLoc(), "2-byte data relocations not supported"); in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVELFObjectWriter.cpp | 61 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in getRelocType() 105 Ctx.reportError(Fixup.getLoc(), "unsupported relocation type"); in getRelocType() 115 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType() 118 Ctx.reportError(Fixup.getLoc(), "2-byte data relocations not supported"); in getRelocType()
|