/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 37 reportWarning(createError(Msg), ObjName); in ObjDumper() 133 reportWarning( in getSectionRefsByNameOrIndex() 139 reportWarning( in getSectionRefsByNameOrIndex() 152 reportWarning(Decompressor.takeError(), Obj.getFileName()); in maybeDecompress() 154 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 | 194 void reportWarning(Error Err, StringRef Input) { in reportWarning() function 402 reportWarning(createStringError( in dumpObject() 560 reportWarning(createStringError(errc::invalid_argument, in dumpArchive() 603 reportWarning(createStringError(errc::invalid_argument, in dumpInput()
|
H A D | XCOFFDumper.cpp | 1006 reportWarning(make_error<StringError>("An 64-bit XCOFF object file may not " in printOverflowSectionHeader()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 68 static ErrorSuccess reportWarning(Error E) { in reportWarning() function 89 return parseBitcodeStripOptions(Args, reportWarning); in getDriverConfig() 91 return parseStripOptions(Args, reportWarning); in getDriverConfig() 95 return parseObjcopyOptions(Args, reportWarning); in getDriverConfig()
|
/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/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/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 | 213 reportWarning(toString(DynamicEntriesOrErr.takeError()), Obj.getFileName()); in printDynamicSection() 243 reportWarning(toString(StrTabOrErr.takeError()), Obj.getFileName()); in printDynamicSection() 255 reportWarning("unable to read program headers: " + in printProgramHeaders() 369 reportWarning(toString(V.takeError()), Obj.getFileName()); in printSymbolVersionDependency()
|
H A D | OffloadDump.cpp | 53 reportWarning( in dumpOffloadBinary()
|
H A D | SourcePrinter.cpp | 350 reportWarning("failed to find source " + LineInfo.FileName, in cacheSource() 389 reportWarning("failed to parse debug information: " + in printSourceLine() 468 reportWarning( in getLine()
|
H A D | XCOFFDump.cpp | 196 reportWarning(WarningMsgStr, Obj->getFileName()); in dumpTracebackTable() 292 reportWarning( in dumpTracebackTable()
|
H A D | llvm-objdump.h | 126 void reportWarning(const Twine &Message, StringRef File); in unwrapOrError()
|
H A D | llvm-objdump.cpp | 365 reportWarning(Msg, this->O.getFileName()); in Dumper() 456 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning() function in objdump 1264 reportWarning("PLT entry at 0x" + Twine::utohexstr(Plt.Address) + in addPltEntries() 1649 reportWarning(toString(DebugBinary.takeError()), *Path); in fetchBinaryByBuildID() 1703 reportWarning(toString(NameOrErr.takeError()), FileName); in disassembleObject() 1841 reportWarning(toString(BBAddrMapsOrErr.takeError()), Obj.getFileName()); in disassembleObject() 2526 reportWarning("failed to disassemble missing symbol " + Sym, FileName); in disassembleObject() 2617 reportWarning(Error, Obj->getFileName()); in disassembleObject() 2856 reportWarning( in printSymbolTable() 2867 reportWarning(toString(SymbolVersionsOrErr.takeError()), FileName); in printSymbolTable() [all …]
|
/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/Target/AArch64/MCTargetDesc/ |
H A D | AArch64TargetStreamer.cpp | 81 Context.reportWarning( in emitNoteSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 204 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping() 381 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() function in Input 386 void Input::reportWarning(Node *node, const Twine &message) { in reportWarning() function in Input 390 void Input::reportWarning(const SMRange &range, const Twine &message) { in reportWarning() function in Input
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Internals.h | 102 void reportWarning(StringRef warning, SourceLocation loc,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinker.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 831 void reportWarning(SMLoc L, const Twine &Msg);
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 202 getContext().reportWarning( in emitSymbolAttribute()
|
H A D | MCContext.cpp | 1074 void MCContext::reportWarning(SMLoc Loc, const Twine &Msg) { in reportWarning() function in MCContext
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 2391 Ctx.reportWarning(SMLoc(), "unsupported redefinition of " + Id); in createConstantSymbolExpr()
|