| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | EnumCastOutOfRangeChecker.cpp | 61 void reportWarning(CheckerContext &C) const; 79 void EnumCastOutOfRangeChecker::reportWarning(CheckerContext &C) const { in reportWarning() function in EnumCastOutOfRangeChecker 138 reportWarning(C); in checkPreStmt()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | OffloadDump.cpp | 70 reportWarning("--offloading is currently only supported for ELF targets", in dumpOffloadBinary() 98 reportWarning("while parsing offloading files: " + in dumpOffloadBinary() 110 reportWarning("while parsing offloading files: " + toString(std::move(Err)), in dumpOffloadSections()
|
| H A D | ELFDump.cpp | 176 reportWarning(toString(DynamicEntriesOrErr.takeError()), Filename); in printDynamicSection() 206 reportWarning(toString(StrTabOrErr.takeError()), Filename); in printDynamicSection() 218 reportWarning("unable to read program headers: " + in printProgramHeaders() 291 reportWarning(Msg, FileName); in printSymbolVersionDependency() 297 reportWarning(toString(V.takeError()), FileName); in printSymbolVersionDependency()
|
| H A D | SourcePrinter.cpp | 344 reportWarning("failed to find source " + LineInfo.FileName, in cacheSource() 383 reportWarning("failed to parse debug information: " + in printSourceLine() 460 reportWarning( in printSources()
|
| H A D | llvm-objdump.h | 140 void reportWarning(const Twine &Message, StringRef File);
|
| H A D | llvm-objdump.cpp | 297 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning() function in objdump 915 reportWarning("PLT entry at 0x" + Twine::utohexstr(PltEntry.second) + in addPltEntries() 1281 reportWarning(toString(NameOrErr.takeError()), FileName); in disassembleObject() 1392 reportWarning(toString(BBAddrMapsOrErr.takeError()), in disassembleObject() 1823 reportWarning("failed to disassemble missing symbol " + Sym, FileName); in disassembleObject() 2144 reportWarning( in printSymbolTable() 2155 reportWarning(toString(SymbolVersionsOrErr.takeError()), FileName); in printSymbolTable() 2290 reportWarning(toString(NameOrErr.takeError()), FileName); in printSymbol() 2545 reportWarning("no section has address less than 0x" + in checkForInvalidStartStopAddress() 2549 reportWarning("no section has address greater than or equal to 0x" + in checkForInvalidStartStopAddress() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 69 static ErrorSuccess reportWarning(Error E) { in reportWarning() function 90 return parseBitcodeStripOptions(Args, reportWarning); in getDriverConfig() 92 return parseStripOptions(Args, reportWarning); in getDriverConfig() 96 return parseObjcopyOptions(Args, reportWarning); in getDriverConfig()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.cpp | 147 void DwarfLinkerForBinary::reportWarning(const Twine &Warning, in reportWarning() function in llvm::dsymutil::DwarfLinkerForBinary 187 reportWarning(Twine(Obj.getObjectFilename()) + ": " + in loadObject() 196 reportWarning(Twine(Obj.getObjectFilename()) + ": " + in loadObject() 220 Linker.reportWarning(Message, DMO.getObjectFilename()); in remarksErrorHandler() 406 reportWarning( in collectRelocationsToApplyToSwiftReflectionSections() 588 reportWarning(Warning, Context, DIE); in link() 752 Linker.reportWarning("error reading section", DMO.getObjectFilename()); in findValidRelocsMachO() 770 Linker.reportWarning("unsupported relocation in " + *Section.getName() + in findValidRelocsMachO() 806 Linker.reportWarning("error getting relocation symbol name.", in findValidRelocsMachO() 830 Linker.reportWarning(Twine("unsupported object file type: ") + in findValidRelocs() [all …]
|
| H A D | DwarfLinkerForBinary.h | 44 void reportWarning(const Twine &Warning, StringRef Context,
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 81 reportWarning("could not find referenced DIE", File, &DIE); in resolveDIEReference() 1019 Linker.reportWarning( in cloneExpression() 1187 Linker.reportWarning( in cloneScalarAttribute() 1212 Linker.reportWarning( in cloneScalarAttribute() 1286 Linker.reportWarning("Unsupported attribute form " + in cloneAttribute() 1599 reportWarning("invalid range list ignored.", File); in patchRangesForUnit() 1611 reportWarning("no mapping for range.", File); in patchRangesForUnit() 1900 return reportWarning("Dwarf64 bits no supported", File); in patchFrameInfoForObject() 2124 reportWarning( in loadClangModule() 2139 reportWarning(Warning, File, &DIE); in loadClangModule() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 35 reportWarning(createError(Msg), ObjName); in ObjDumper() 131 reportWarning( in getSectionRefsByNameOrIndex() 137 reportWarning( in getSectionRefsByNameOrIndex()
|
| H A D | llvm-readobj.h | 28 void reportWarning(Error Err, StringRef Input);
|
| H A D | llvm-readobj.cpp | 191 void reportWarning(Error Err, StringRef Input) { in reportWarning() function 387 reportWarning(createStringError( in dumpObject() 528 reportWarning(createStringError(errc::invalid_argument, in dumpArchive() 571 reportWarning(createStringError(errc::invalid_argument, in dumpInput()
|
| H A D | XCOFFDumper.cpp | 712 reportWarning(make_error<StringError>("An 64-bit XCOFF object file may not " in printOverflowSectionHeader()
|
| H A D | ELFDumper.cpp | 6194 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 73 Context.reportWarning( in emitNoteSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 606 reportWarning("Register `" + Twine(RI.getName(RegDef)) + in checkRegisterCurDefs() 688 reportWarning("register `" + Twine(RI.getName(R)) + in checkRegisters() 803 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning() function in HexagonMCChecker 805 Context.reportWarning(MCB.getLoc(), Msg); in reportWarning()
|
| H A D | HexagonMCChecker.h | 129 void reportWarning(Twine const &Msg);
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 208 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping() 385 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() function in Input 390 void Input::reportWarning(Node *node, const Twine &message) { in reportWarning() function in Input 394 void Input::reportWarning(const SMRange &range, const Twine &message) { in reportWarning() function in Input
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | Internals.h | 102 void reportWarning(StringRef warning, SourceLocation loc,
|
| H A D | TransformActions.cpp | 692 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning() function in TransformActions
|
| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 386 void reportWarning(const Twine &Warning, const DWARFFile &File,
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 850 void reportWarning(SMLoc L, const Twine &Msg);
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 247 getContext().reportWarning( in emitSymbolAttribute()
|
| H A D | MCContext.cpp | 1031 void MCContext::reportWarning(SMLoc Loc, const Twine &Msg) { in reportWarning() function in MCContext
|