| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 333 reportWarning(Warning, Context, DIE); in link() 500 Linker.reportWarning("error reading section", DMO.getObjectFilename()); in findValidRelocsMachO() 518 Linker.reportWarning("unsupported relocation in " + *Section.getName() + in findValidRelocsMachO() 527 Linker.reportWarning("unsupported relocation in " + *Section.getName() + in findValidRelocsMachO() 554 Linker.reportWarning("error getting relocation symbol name.", in findValidRelocsMachO() 578 Linker.reportWarning(Twine("unsupported object file type: ") + in findValidRelocs() [all …]
|
| H A D | DwarfLinkerForBinary.h | 43 void reportWarning(const Twine &Warning, StringRef Context,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 34 reportWarning(createError(Msg), ObjName); in ObjDumper() 85 reportWarning( in getSectionRefsByNameOrIndex() 91 reportWarning( in getSectionRefsByNameOrIndex()
|
| H A D | llvm-readobj.h | 25 void reportWarning(Error Err, StringRef Input);
|
| H A D | llvm-readobj.cpp | 411 void reportWarning(Error Err, StringRef Input) { in reportWarning() function 622 reportWarning(createStringError(errc::invalid_argument, in dumpArchive() 665 reportWarning(createStringError(errc::invalid_argument, in dumpInput()
|
| H A D | XCOFFDumper.cpp | 444 reportWarning(make_error<StringError>("An 64-bit XCOFF object file may not " in printOverflowSectionHeader()
|
| H A D | ELFDumper.cpp | 5921 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 80 reportWarning("could not find referenced DIE", File, &DIE); in resolveDIEReference() 503 reportWarning("Function without high_pc. Range will be discarded.\n", File, in shouldKeepSubprogramDIE() 954 Linker.reportWarning("Unsupported DW_OP encoding.", File); in cloneExpression() 982 Linker.reportWarning( in cloneExpression() 990 Linker.reportWarning("base type ref doesn't fit.", File); in cloneExpression() 1082 Linker.reportWarning(toString(RelocAddr.takeError()), ObjFile); in cloneAddressAttribute() 1084 Linker.reportWarning("no base offset for address table", ObjFile); in cloneAddressAttribute() 1150 Linker.reportWarning( in cloneScalarAttribute() 1175 Linker.reportWarning( in cloneScalarAttribute() 1249 Linker.reportWarning("Unsupported attribute form " + in cloneAttribute() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 68 ErrorSuccess reportWarning(Error E) { in reportWarning() function 91 return parseStripOptions(Args, reportWarning); in getDriverConfig() 95 return parseObjcopyOptions(Args, reportWarning); in getDriverConfig()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 567 reportWarning("Register `" + Twine(RI.getName(Register)) + in checkRegisterCurDefs() 649 reportWarning("register `" + Twine(RI.getName(R)) + in checkRegisters() 738 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning() function in HexagonMCChecker 740 Context.reportWarning(MCB.getLoc(), Msg); in reportWarning()
|
| H A D | HexagonMCChecker.h | 128 void reportWarning(Twine const &Msg);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 342 reportWarning("failed to find source " + LineInfo.FileName, in cacheSource() 381 reportWarning("failed to parse debug information: " + in printSourceLine() 458 reportWarning( in printSources()
|
| H A D | ELFDump.cpp | 202 reportWarning(toString(StrTabOrErr.takeError()), Filename); in printDynamicSection() 214 reportWarning("unable to read program headers: " + in printProgramHeaders()
|
| H A D | llvm-objdump.h | 146 void reportWarning(const Twine &Message, StringRef File);
|
| H A D | llvm-objdump.cpp | 292 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning() function in objdump 770 reportWarning("PLT entry at 0x" + Twine::utohexstr(PltEntry.second) + in addPltEntries() 1070 reportWarning(toString(NameOrErr.takeError()), FileName); in disassembleObject() 1546 reportWarning("failed to disassemble missing symbol " + Sym, FileName); in disassembleObject() 1853 reportWarning( in printSymbolTable() 2197 reportWarning("no section has address less than 0x" + in checkForInvalidStartStopAddress() 2201 reportWarning("no section has address greater than or equal to 0x" + in checkForInvalidStartStopAddress() 2205 reportWarning("no section overlaps the range [0x" + in checkForInvalidStartStopAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64TargetStreamer.cpp | 71 Context.reportWarning( in emitNoteSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 209 reportWarning(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping() 386 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning() function in Input 391 void Input::reportWarning(Node *node, const Twine &message) { in reportWarning() function in Input 395 void Input::reportWarning(const SMRange &range, const Twine &message) { in reportWarning() function in Input
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | 395 void reportWarning(const Twine &Warning, const DWARFFile &File,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 244 getContext().reportWarning( in emitSymbolAttribute()
|
| H A D | MCContext.cpp | 955 void MCContext::reportWarning(SMLoc Loc, const Twine &Msg) { in reportWarning() function in MCContext
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 809 void reportWarning(SMLoc L, const Twine &Msg);
|