/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64ELFObjectWriter.cpp | 142 Ctx.reportError(Fixup.getLoc(), in getRelocType() 150 Ctx.reportError(Fixup.getLoc(), in getRelocType() 172 Ctx.reportError(Fixup.getLoc(), in getRelocType() 206 Ctx.reportError(Fixup.getLoc(), in getRelocType() 230 Ctx.reportError(Fixup.getLoc(), in getRelocType() 245 Ctx.reportError(Fixup.getLoc(), in getRelocType() 260 Ctx.reportError(Fixup.getLoc(), in getRelocType() 319 Ctx.reportError(Fixup.getLoc(), in getRelocType() 368 Ctx.reportError(Fixup.getLoc(), in getRelocType() 383 Ctx.reportError(Fixup.getLoc(), in getRelocType() [all …]
|
H A D | AArch64AsmBackend.cpp | 159 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 173 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 184 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 191 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 200 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 209 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 218 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 230 Ctx.reportError(Fixup.getLoc(), in adjustFixupValue() 240 Ctx.reportError(Fixup.getLoc(), in adjustFixupValue() 302 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() [all …]
|
H A D | AArch64MachObjectWriter.cpp | 102 Asm.getContext().reportError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo() 182 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 193 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 212 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 244 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 251 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 264 Asm.getContext().reportError( in recordRelocation() 271 Asm.getContext().reportError( in recordRelocation() 279 Asm.getContext().reportError( in recordRelocation() 311 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()
|
/openbsd/gnu/llvm/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 53 reportError(Buf); in reportError() 150 reportError(OS.str()); in validateArchitectureName() 218 reportError( in parseLipoOptions() 247 reportError(OS.str()); in parseLipoOptions() 255 reportError( in parseLipoOptions() 476 reportError("input file " + in thinSlice() 618 reportError(std::move(E)); in createUniversalBinary() 633 reportError("input file " + in extractSlice() 646 reportError( in extractSlice() 652 reportError(std::move(E)); in extractSlice() [all …]
|
/openbsd/gnu/llvm/clang/tools/clang-offload-bundler/ |
H A D | ClangOffloadBundler.cpp | 177 auto reportError = [argv](Error E) { in main() local 184 reportError(std::move(Err)); in main() 206 reportError(createStringError(Objcopy.getError(), in main() 213 reportError(createStringError( in main() 229 reportError(createStringError(errc::invalid_argument, in main() 245 reportError( in main() 269 reportError( in main() 274 reportError(createStringError( in main() 281 reportError(createStringError( in main() 297 reportError(createStringError( in main() [all …]
|
/openbsd/gnu/llvm/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(Fixup.getLoc(), in getRelocType()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DataLayout.cpp | 316 return reportError( in parseSpecifier() 328 return reportError( in parseSpecifier() 350 return reportError( in parseSpecifier() 389 return reportError( in parseSpecifier() 394 return reportError( in parseSpecifier() 402 return reportError( in parseSpecifier() 410 return reportError( in parseSpecifier() 423 return reportError( in parseSpecifier() 440 return reportError( in parseSpecifier() 577 return reportError( in setAlignment() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-mt/ |
H A D | llvm-mt.cpp | 69 [[noreturn]] static void reportError(Twine Msg) { in reportError() function 74 static void reportError(StringRef Input, std::error_code EC) { in reportError() function 75 reportError(Twine(Input) + ": " + EC.message()); in reportError() 81 reportError(EI.message()); in error() 103 reportError(OS.str()); in llvm_mt_main() 121 reportError("no input file specified"); in llvm_mt_main() 130 reportError("no output file specified"); in llvm_mt_main() 139 reportError(File, ManifestOrErr.getError()); in llvm_mt_main() 145 reportError("empty manifest not written"); in llvm_mt_main() 172 reportError(OutputFile, errorToErrorCode(FileOrErr.takeError())); in llvm_mt_main()
|
/openbsd/gnu/llvm/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() 126 reportError( in printEHFrameHdr() 145 reportError(object::createError("unexpected encoding table_enc"), in printEHFrameHdr() 185 reportError(DataOrErr.takeError(), ObjF.getFileName()); in printEHFrame() [all …]
|
H A D | COFFDumper.cpp | 821 reportError(std::move(E), Obj->getFileName()); in printRVATable() 824 reportError(std::move(E), Obj->getFileName()); in printRVATable() 1057 reportError(std::move(E), Obj->getFileName()); in printCodeViewSymbolSection() 1273 reportError(std::move(E), Obj->getFileName()); in printCodeViewSymbolsSubsection() 1278 reportError(std::move(E), Obj->getFileName()); in printCodeViewSymbolsSubsection() 1288 reportError(std::move(E), Obj->getFileName()); in printCodeViewFileChecksums() 1308 reportError(std::move(E), Obj->getFileName()); in printCodeViewInlineeLines() 1401 reportError(std::move(E), Obj->getFileName()); in printCodeViewTypeSection() 1412 reportError(std::move(E), Obj->getFileName()); in printCodeViewTypeSection() 2105 reportError(std::move(Err), "<?>"); in dumpCodeViewMergedTypes() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-cvtres/ |
H A D | llvm-cvtres.cpp | 72 [[noreturn]] static void reportError(Twine Msg) { in reportError() function 77 static void reportError(StringRef Input, std::error_code EC) { in reportError() function 78 reportError(Twine(Input) + ": " + EC.message() + ".\n"); in reportError() 85 reportError(Twine(Input) + ": " + EI.message() + ".\n"); in error() 93 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in error() 139 reportError(Twine("Unsupported machine architecture ") + Arg->getValue() + in main() 151 reportError("No input file specified.\n"); in main() 167 reportError(Twine("invalid timestamp: ") + Value + in main() 184 reportError(File + ": unrecognized file format.\n"); in main() 205 reportError(DupeDiag); in main() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 311 reportError( in checkAXOK() 315 reportError(I.getLoc(), in checkAXOK() 336 reportError(MCB.getLoc(), in checkHWLoop() 357 reportError(I.getLoc(), in checkCOFMax1() 363 reportError(I.getLoc(), in checkCOFMax1() 369 reportError(I.getLoc(), in checkCOFMax1() 440 reportError(ConsumerInst.getLoc(), in checkNewValues() 472 reportError(ConsumerInst.getLoc(), in checkNewValues() 727 reportError( in checkValidTmpDst() 784 reportError(MCB.getLoc(), Msg); in reportError() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYAsmBackend.cpp | 107 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 109 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 114 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 116 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned."); in adjustFixupValue() 121 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 123 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 128 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 130 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 137 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned."); in adjustFixupValue() 149 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-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() 126 Ctx.reportError(Fixup.getLoc(), "8-byte data relocations not supported"); in getRelocType()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFObjectWriter.cpp | 90 Ctx.reportError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner() 95 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 162 Ctx.reportError(Fixup.getLoc(), "unsupported relocation on symbol"); in GetRelocTypeInner() 167 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 176 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 185 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 229 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVT instruction"); in GetRelocTypeInner() 239 Ctx.reportError(Fixup.getLoc(), "invalid fixup for ARM MOVW instruction"); in GetRelocTypeInner() 249 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner() 260 Ctx.reportError(Fixup.getLoc(), in GetRelocTypeInner()
|
H A D | ARMAsmBackend.cpp | 452 Ctx.reportError(Fixup.getLoc(), "bad relocation fixup type"); in adjustFixupValue() 566 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 590 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 611 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 685 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 711 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 722 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 828 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 839 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 858 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaAsmBackend.cpp | 95 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 103 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 108 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 113 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 118 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 120 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned"); in adjustFixupValue() 127 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 129 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned"); in adjustFixupValue()
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | Main.cpp | 60 static int reportError(const char *ProgName, Twine Msg) { in reportError() function 72 return reportError(argv0, "the option -d must be used together with -o\n"); in createDependencyFile() 77 return reportError(argv0, "error opening " + DependFilename + ":" + in createDependencyFile() 100 return reportError(argv0, "Could not open input file '" + InputFilename + in TableGenMain() 151 return reportError(argv0, "error opening " + OutputFilename + ": " + in TableGenMain() 162 return reportError(argv0, Twine(ErrorsPrinted) + " errors.\n"); in TableGenMain()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsAsmBackend.cpp | 82 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue() 92 Ctx.reportError(Fixup.getLoc(), "out of range PC19 fixup"); in adjustFixupValue() 131 Ctx.reportError(Fixup.getLoc(), "out of range PC7 fixup"); in adjustFixupValue() 141 Ctx.reportError(Fixup.getLoc(), "out of range PC10 fixup"); in adjustFixupValue() 151 Ctx.reportError(Fixup.getLoc(), "out of range PC16 fixup"); in adjustFixupValue() 160 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue() 167 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue() 173 Ctx.reportError(Fixup.getLoc(), "out of range PC18 fixup"); in adjustFixupValue() 182 Ctx.reportError(Fixup.getLoc(), "out of range PC21 fixup"); in adjustFixupValue() 191 Ctx.reportError(Fixup.getLoc(), "out of range PC26 fixup"); in adjustFixupValue() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 157 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation() 165 Asm.getContext().reportError( in RecordX86_64Relocation() 181 Asm.getContext().reportError( in RecordX86_64Relocation() 266 Asm.getContext().reportError( in RecordX86_64Relocation() 286 Asm.getContext().reportError( in RecordX86_64Relocation() 314 Asm.getContext().reportError( in RecordX86_64Relocation() 333 Asm.getContext().reportError( in RecordX86_64Relocation() 337 Asm.getContext().reportError( in RecordX86_64Relocation() 343 Asm.getContext().reportError( in RecordX86_64Relocation() 380 Asm.getContext().reportError( in recordScatteredRelocation() [all …]
|
/openbsd/gnu/llvm/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() 360 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 366 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 388 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 329 getContext().reportError( in checkCVLocSection() 338 getContext().reportError( in checkCVLocSection() 449 return getContext().reportError( in emitCFIStartProc() 697 getContext().reportError( in EnsureValidWinFrameInfo() 702 getContext().reportError( in EnsureValidWinFrameInfo() 712 return getContext().reportError( in emitWinCFIStartProc() 715 getContext().reportError( in emitWinCFIStartProc() 774 return getContext().reportError( in emitWinCFIEndChained() 789 return getContext().reportError( in emitWinEHHandler() 882 return getContext().reportError( in emitWinCFISetFrame() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchELFObjectWriter.cpp | 51 Ctx.reportError(Fixup.getLoc(), "Unsupported relocation type"); in getRelocType() 54 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType() 57 Ctx.reportError(Fixup.getLoc(), "2-byte data relocations not supported"); in getRelocType()
|
H A D | LoongArchAsmBackend.cpp | 82 Ctx.reportError(Loc, "fixup value out of range [" + Twine(llvm::minIntN(N)) + in reportOutOfRangeError() 100 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned"); in adjustFixupValue() 107 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned"); in adjustFixupValue() 114 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned"); in adjustFixupValue()
|