| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIAnalysis.cpp | 192 Context->reportWarning( in checkRegDiff() 226 Context->reportWarning( in checkRegDiff() 235 Context->reportWarning( in checkRegDiff() 245 Context->reportWarning( in checkRegDiff() 271 Context->reportWarning(Inst.getLoc(), in checkCFADiff() 277 Context->reportWarning(Inst.getLoc(), in checkCFADiff() 283 Context->reportWarning(Inst.getLoc(), in checkCFADiff() 311 Context->reportWarning( in checkCFADiff() 320 Context->reportWarning( in checkCFADiff()
|
| H A D | DWARFCFIState.cpp | 78 Context->reportWarning(Directive.getLoc(), in convert() 87 Context->reportWarning(Directive.getLoc(), in convert() 126 Context->reportWarning(Directive.getLoc(), in convert() 134 Context->reportWarning( in convert()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 54 static ErrorSuccess reportWarning(Error E) { in reportWarning() function 75 return parseBitcodeStripOptions(Args, reportWarning); in getDriverConfig() 77 return parseStripOptions(Args, reportWarning); in getDriverConfig() 81 return parseObjcopyOptions(Args, reportWarning); in getDriverConfig() 240 ConfigMgr.Common.ErrorCallback = reportWarning; in llvm_objcopy_main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 37 reportWarning(createError(Msg), ObjName); in ObjDumper() 135 reportWarning( in getSectionRefsByNameOrIndex() 141 reportWarning( in getSectionRefsByNameOrIndex() 154 reportWarning(Decompressor.takeError(), Obj.getFileName()); in maybeDecompress() 156 reportWarning(std::move(Err), Obj.getFileName()); in maybeDecompress()
|
| H A D | llvm-readobj.h | 27 void reportWarning(Error Err, StringRef Input);
|
| H A D | llvm-readobj.cpp | 196 void reportWarning(Error Err, StringRef Input) { in reportWarning() function 403 reportWarning(createStringError( in dumpObject() 561 reportWarning(createStringError(errc::invalid_argument, in dumpArchive() 620 reportWarning(createStringError(errc::invalid_argument, in dumpInput()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | EnumCastOutOfRangeChecker.cpp | 65 void reportWarning(CheckerContext &C, const CastExpr *CE, 84 void EnumCastOutOfRangeChecker::reportWarning(CheckerContext &C, in reportWarning() function in EnumCastOutOfRangeChecker 176 reportWarning(C, CE, ED); in checkPreStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 86 reportWarning("Unsupported reference type", File, &DIE); in resolveDIEReference() 97 reportWarning("could not find referenced DIE", File, &DIE); in resolveDIEReference() 602 reportWarning("Function without high_pc. Range will be discarded.\n", File, in shouldKeepSubprogramDIE() 607 reportWarning("low_pc greater than high_pc. Range will be discarded.\n", in shouldKeepSubprogramDIE() 1172 Linker.reportWarning("Unsupported DW_OP encoding.", File); in cloneExpression() 1203 Linker.reportWarning( in cloneExpression() 1211 Linker.reportWarning("base type ref doesn't fit.", File); in cloneExpression() 1233 Linker.reportWarning("cannot read DW_OP_addrx operand.", File); in cloneExpression() 1251 Linker.reportWarning( in cloneExpression() 1268 Linker.reportWarning("cannot read DW_OP_constx operand.", File); in cloneExpression() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerImpl.h | |
| H A D | DWARFLinkerUnit.h | |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ELFDump.cpp | 220 reportWarning(toString(DynamicEntriesOrErr.takeError()), Obj.getFileName()); in printDynamicSection() 248 reportWarning("invalid string table offset, string table size: 0x" + in printDynamicSection() 259 reportWarning(toString(StrTabOrErr.takeError()), Obj.getFileName()); in printDynamicSection() 271 reportWarning("unable to read program headers: " + in printProgramHeaders() 385 reportWarning(toString(V.takeError()), Obj.getFileName()); in printSymbolVersionDependency()
|
| H A D | OffloadDump.cpp | 56 reportWarning( in dumpOffloadBinary() 79 reportWarning( in dumpOffloadBundleFatBinary()
|
| H A D | SourcePrinter.cpp | 349 reportWarning("failed to find source " + LineInfo.FileName, in cacheSource() 387 reportWarning("failed to parse debug information: " + in printSourceLine() 466 reportWarning( in getLine()
|
| H A D | llvm-objdump.h | 126 void reportWarning(const Twine &Message, StringRef File);
|
| H A D | llvm-objdump.cpp | 364 reportWarning(Msg, this->O.getFileName()); in Dumper() 455 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning() function in objdump 1335 reportWarning("PLT entry at 0x" + Twine::utohexstr(Plt.Address) + in addPltEntries() 1702 reportWarning(toString(DebugBinary.takeError()), *Path); in fetchBinaryByBuildID() 1756 reportWarning(toString(NameOrErr.takeError()), FileName); in disassembleObject() 1919 reportWarning(toString(BBAddrMapsOrErr.takeError()), Obj.getFileName()); in disassembleObject() 2596 reportWarning("failed to disassemble missing symbol " + Sym, FileName); in disassembleObject() 2688 reportWarning(Error, Obj->getFileName()); in disassembleObject() 2927 reportWarning( in printSymbolTable() 2938 reportWarning(toString(SymbolVersionsOrErr.takeError()), FileName); in printSymbolTable() [all …]
|
| H A D | XCOFFDump.cpp | 511 reportWarning(WarningMsgStr, Obj->getFileName()); in dumpTracebackTable() 607 reportWarning( in dumpTracebackTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 599 reportWarning("Register `" + Twine(RI.getName(RegDef)) + in checkRegisterCurDefs() 681 reportWarning("register `" + Twine(RI.getName(R)) + in checkRegisters() 796 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning() function in HexagonMCChecker 798 Context.reportWarning(MCB.getLoc(), Msg); in reportWarning()
|
| H A D | HexagonMCChecker.h | 128 void reportWarning(Twine const &Msg);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 203 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping() 380 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() function in Input 385 void Input::reportWarning(Node *node, const Twine &message) { in reportWarning() function in Input 389 void Input::reportWarning(const SMRange &range, const Twine &message) { in reportWarning() function in Input
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFMCCodeEmitter.cpp | 96 Ctx.reportWarning(MI.getLoc(), in getMachineOpValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 92 Context.reportWarning( in emitNoteSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 389 void reportWarning(const Twine &Warning, const DWARFFile &File,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 200 getContext().reportWarning( in emitSymbolAttribute()
|