| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFObjectWriter.cpp | 64 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G3)); in isNonILP32reloc() 67 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2)); in isNonILP32reloc() 70 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G2)); in isNonILP32reloc() 73 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G2_NC)); in isNonILP32reloc() 76 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_SABS_G1)); in isNonILP32reloc() 79 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(MOVW_UABS_G1_NC)); in isNonILP32reloc() 82 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G2)); in isNonILP32reloc() 85 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLD_MOVW_DTPREL_G1_NC)); in isNonILP32reloc() 88 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLE_MOVW_TPREL_G2)); in isNonILP32reloc() 91 Ctx.reportError(Fixup.getLoc(), BAD_ILP32_MOV(TLSLE_MOVW_TPREL_G1_NC)); in isNonILP32reloc() [all …]
|
| H A D | AArch64AsmBackend.cpp | 158 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 169 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 171 Ctx.reportError(Fixup.getLoc(), "fixup not sufficiently aligned"); in adjustFixupValue() 180 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 187 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 189 Ctx.reportError(Fixup.getLoc(), "fixup must be 2-byte aligned"); in adjustFixupValue() 196 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 198 Ctx.reportError(Fixup.getLoc(), "fixup must be 4-byte aligned"); in adjustFixupValue() 205 Ctx.reportError(Fixup.getLoc(), "fixup value out of range"); in adjustFixupValue() 207 Ctx.reportError(Fixup.getLoc(), "fixup must be 8-byte aligned"); 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() 200 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); 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() [all …]
|
| H A D | AArch64WinCOFFObjectWriter.cpp | 52 Ctx.reportError(Fixup.getLoc(), "Cannot represent this expression"); in getRelocType() 70 Ctx.reportError(Fixup.getLoc(), "relocation variant " + in getRelocType() 80 Ctx.reportError(Fixup.getLoc(), "relocation type " + in getRelocType() 85 Ctx.reportError(Fixup.getLoc(), Twine("relocation type ") + Info.Name + in getRelocType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/ |
| H A D | llvm-lipo.cpp | 39 LLVM_ATTRIBUTE_NORETURN static void reportError(Twine Message) { in reportError() function 45 LLVM_ATTRIBUTE_NORETURN static void reportError(Error E) { in reportError() function 51 reportError(Buf); in reportError() 54 LLVM_ATTRIBUTE_NORETURN static void reportError(StringRef File, Error E) { in reportError() function 124 reportError(A.getFileName(), ArchiveOrSlice.takeError()); in createSliceFromArchive() 131 reportError(IRO.getFileName(), IROrErr.takeError()); in createSliceFromIR() 145 reportError(OS.str()); in validateArchitectureName() 157 reportError("missing argument to " + in parseLipoOptions() 180 reportError("unknown argument '" + Arg->getAsString(InputArgs) + "'"); in parseLipoOptions() 187 reportError( in parseLipoOptions() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 212 static Error reportError(const Twine &Message) { in reportError() function 222 return reportError("Trailing separator in datalayout string"); in split() 224 return reportError("Expected token before separator in datalayout string"); in split() 232 return reportError("not a number, or does not fit in an unsigned int"); in getInt() 243 return reportError("number of bits must be a byte width multiple"); in getIntInBytes() 252 return reportError("Invalid address space, must be a 24-bit integer"); in getAddrSpace() 282 return reportError("Address space 0 can never be non-integral"); in parseSpecifier() 310 return reportError("Invalid address space, must be a 24bit integer"); in parseSpecifier() 314 return reportError( in parseSpecifier() 322 return reportError("Invalid pointer size of 0 bytes"); in parseSpecifier() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/ |
| H A D | llvm-mt.cpp | 67 LLVM_ATTRIBUTE_NORETURN static void reportError(Twine Msg) { in reportError() function 72 static void reportError(StringRef Input, std::error_code EC) { in reportError() function 73 reportError(Twine(Input) + ": " + EC.message()); in reportError() 79 reportError(EI.message()); in error() 101 reportError(OS.str()); in main() 119 reportError("no input file specified"); in main() 128 reportError("no output file specified"); in main() 137 reportError(File, ManifestOrErr.getError()); in main() 144 reportError("empty manifest not written"); in main() 148 reportError(OutputFile, errorToErrorCode(FileOrErr.takeError())); in main()
|
| /netbsd-src/external/apache2/llvm/dist/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() 133 reportError(object::createError("unexpected encoding eh_frame_ptr_enc"), in printEHFrameHdr() 139 reportError(object::createError("unexpected encoding fde_count_enc"), in printEHFrameHdr() [all …]
|
| H A D | COFFDumper.cpp | 739 reportError(std::move(E), Obj->getFileName()); in printCOFFDebugDirectory() 754 reportError(std::move(E), Obj->getFileName()); in printCOFFDebugDirectory() 771 reportError(std::move(E), Obj->getFileName()); in printRVATable() 774 reportError(std::move(E), Obj->getFileName()); in printRVATable() 956 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() 958 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() 962 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() 968 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() 972 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() 980 reportError(std::move(E), Obj->getFileName()); in initializeFileAndStringTables() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/ |
| H A D | llvm-cvtres.cpp | 70 static LLVM_ATTRIBUTE_NORETURN void reportError(Twine Msg) { in reportError() function 75 static void reportError(StringRef Input, std::error_code EC) { in reportError() function 76 reportError(Twine(Input) + ": " + EC.message() + ".\n"); in reportError() 83 reportError(Twine(Input) + ": " + EI.message() + ".\n"); in error() 91 [&](const ErrorInfoBase &EI) { reportError(EI.message()); }); in error() 137 reportError(Twine("Unsupported machine architecture ") + Arg->getValue() + in main() 149 reportError("No input file specified.\n"); in main() 165 reportError(Twine("invalid timestamp: ") + Value + in main() 182 reportError(File + ": unrecognized file format.\n"); in main() 203 reportError(DupeDiag); in main() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 298 reportError( in checkAXOK() 302 reportError(I.getLoc(), in checkAXOK() 325 reportError(MCB.getLoc(), in checkHWLoop() 347 reportError(I.getLoc(), in checkCOFMax1() 353 reportError(I.getLoc(), in checkCOFMax1() 359 reportError(I.getLoc(), in checkCOFMax1() 382 reportError("invalid instruction packet: out of slots"); in checkSlots() 430 reportError(I.getLoc(), "New value register consumer has no producer"); in checkNewValues() 441 reportError(I.getLoc(), in checkNewValues() 450 reportError(I.getLoc(), in checkNewValues() [all …]
|
| H A D | HexagonShuffler.cpp | 276 reportError(Twine("too many branches in packet")); in restrictBranchOrder() 306 reportError("invalid instruction packet: out of slots"); in restrictBranchOrder() 322 reportError("invalid instruction packet: slot error"); in ValidResourceUsage() 348 reportError(Twine("invalid instruction packet: slot error")); in ValidResourceUsage() 393 reportError("invalid instruction packet: too many loads"); in restrictStoreLoadOrder() 421 reportError("invalid instruction packet: too many stores"); in restrictStoreLoadOrder() 432 reportError("invalid instruction packet: too many stores"); in restrictStoreLoadOrder() 599 reportError("invalid instruction packet"); in check() 638 reportError(Twine("invalid instruction packet")); in shuffle() 687 void HexagonShuffler::reportError(Twine const &Msg) { in reportError() function in HexagonShuffler [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 68 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 70 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 75 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 77 Ctx.reportError(Fixup.getLoc(), "fixup value must be 4-byte aligned."); in adjustFixupValue() 82 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 84 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue() 89 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value."); in adjustFixupValue() 91 Ctx.reportError(Fixup.getLoc(), "fixup value must be 2-byte aligned."); in adjustFixupValue()
|
| /netbsd-src/external/apache2/llvm/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFObjectWriter.cpp | 95 Ctx.reportError(Fixup.getLoc(), 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 | 449 Ctx.reportError(Fixup.getLoc(), "bad relocation fixup type"); in adjustFixupValue() 504 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value"); in adjustFixupValue() 525 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value"); in adjustFixupValue() 563 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 587 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 608 Ctx.reportError(Fixup.getLoc(), "Relocation out of range"); in adjustFixupValue() 652 Ctx.reportError(Fixup.getLoc(), "misaligned ARM call destination"); in adjustFixupValue() 682 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 693 Ctx.reportError(Fixup.getLoc(), "out of range pc-relative fixup value"); in adjustFixupValue() 708 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() [all …]
|
| H A D | ARMMachObjectWriter.cpp | 150 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation() 164 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation() 179 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation() 265 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredRelocation() 278 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredRelocation() 294 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredRelocation() 389 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Main.cpp | 58 static int reportError(const char *ProgName, Twine Msg) { in reportError() function 70 return reportError(argv0, "the option -d must be used together with -o\n"); in createDependencyFile() 75 return reportError(argv0, "error opening " + DependFilename + ":" + in createDependencyFile() 98 return reportError(argv0, "Could not open input file '" + InputFilename + in TableGenMain() 149 return reportError(argv0, "error opening " + OutputFilename + ": " + in TableGenMain() 160 return reportError(argv0, Twine(ErrorsPrinted) + " errors.\n"); in TableGenMain()
|
| /netbsd-src/external/apache2/llvm/dist/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() 190 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation() 260 Asm.getContext().reportError(Fixup.getLoc(), 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() [all …]
|
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | ident.c | 106 static void reportError P((char const*)); 145 reportError(a); 155 reportError("standard output"); 171 reportError(s) in reportError() function 210 reportError(name);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 276 getContext().reportError(getStartTokLoc(), in getCurrentDwarfFrameInfo() 300 getContext().reportError(Loc, "parent function id not introduced by " in EmitCVInlineSiteIdDirective() 319 getContext().reportError( in checkCVLocSection() 328 getContext().reportError( in checkCVLocSection() 417 return getContext().reportError(Loc, "symbol '" + Twine(Symbol->getName()) + in emitLabel() 436 return getContext().reportError( in emitCFIStartProc() 671 getContext().reportError( in EnsureValidWinFrameInfo() 676 getContext().reportError( in EnsureValidWinFrameInfo() 686 return getContext().reportError( in EmitWinCFIStartProc() 689 getContext().reportError( in EmitWinCFIStartProc() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 242 reportError(std::move(E), Obj->getFileName()); in printSEHTable() 282 reportError("missing data dir for TLS table", Obj->getFileName()); in printTLSDirectory() 290 reportError(std::move(E), Obj->getFileName()); in printTLSDirectory() 314 reportError("no load config data dir", Obj->getFileName()); in printLoadConfiguration() 322 reportError(std::move(E), Obj->getFileName()); in printLoadConfiguration() 464 reportError(std::move(E), Obj->getFileName()); in getPDataSection() 586 reportError(std::move(E), Obj->getFileName()); in printRuntimeFunctionRels() 663 reportError(Symbol.takeError(), coff->getFileName()); in printCOFFSymbolTable() 667 reportError(NameOrErr.takeError(), coff->getFileName()); in printCOFFSymbolTable() 698 reportError(std::move(E), coff->getFileName()); in printCOFFSymbolTable() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFObjectWriter.cpp | 60 Ctx.reportError(Fixup.getLoc(), "Unsupported relocation type"); in getRelocType() 94 Ctx.reportError(Fixup.getLoc(), "Unsupported relocation type"); in getRelocType() 97 Ctx.reportError(Fixup.getLoc(), "1-byte data relocations not supported"); in getRelocType() 100 Ctx.reportError(Fixup.getLoc(), "2-byte data relocations not supported"); in getRelocType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 102 getExecutionSession().reportError(Obj.takeError()); in emit() 118 ES.reportError(SymType.takeError()); in emit() 126 ES.reportError(SymFlagsOrErr.takeError()); in emit() 136 ES.reportError(SymName.takeError()); in emit() 281 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 287 getExecutionSession().reportError(std::move(Err)); in onObjEmit() 309 getExecutionSession().reportError(std::move(Err)); in onObjEmit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/ |
| H A D | ClangOffloadBundler.cpp | 1032 auto reportError = [argv](Error E) { in main() local 1046 reportError(std::move(Err)); in main() 1052 reportError( in main() 1057 reportError(createStringError(errc::invalid_argument, in main() 1061 reportError(createStringError(errc::invalid_argument, in main() 1065 reportError(createStringError(errc::invalid_argument, in main() 1074 reportError(createStringError( in main() 1079 reportError(createStringError( in main() 1085 reportError(createStringError( in main() 1090 reportError(createStringError(errc::invalid_argument, in main() [all …]
|