Home
last modified time | relevance | path

Searched refs:reportWarning (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp61 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 DDwarfLinkerForBinary.cpp147 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 DDwarfLinkerForBinary.h43 void reportWarning(const Twine &Warning, StringRef Context,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.cpp34 reportWarning(createError(Msg), ObjName); in ObjDumper()
85 reportWarning( in getSectionRefsByNameOrIndex()
91 reportWarning( in getSectionRefsByNameOrIndex()
H A Dllvm-readobj.h25 void reportWarning(Error Err, StringRef Input);
H A Dllvm-readobj.cpp411 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 DXCOFFDumper.cpp444 reportWarning(make_error<StringError>("An 64-bit XCOFF object file may not " in printOverflowSectionHeader()
H A DELFDumper.cpp5921 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp80 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 Dllvm-objcopy.cpp68 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 DHexagonMCChecker.cpp567 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 DHexagonMCChecker.h128 void reportWarning(Twine const &Msg);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp342 reportWarning("failed to find source " + LineInfo.FileName, in cacheSource()
381 reportWarning("failed to parse debug information: " + in printSourceLine()
458 reportWarning( in printSources()
H A DELFDump.cpp202 reportWarning(toString(StrTabOrErr.takeError()), Filename); in printDynamicSection()
214 reportWarning("unable to read program headers: " + in printProgramHeaders()
H A Dllvm-objdump.h146 void reportWarning(const Twine &Message, StringRef File);
H A Dllvm-objdump.cpp292 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 DAArch64TargetStreamer.cpp71 Context.reportWarning( in emitNoteSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp209 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 DInternals.h102 void reportWarning(StringRef warning, SourceLocation loc,
H A DTransformActions.cpp692 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning() function in TransformActions
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h395 void reportWarning(const Twine &Warning, const DWARFFile &File,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCELFStreamer.cpp244 getContext().reportWarning( in emitSymbolAttribute()
H A DMCContext.cpp955 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 DMCContext.h809 void reportWarning(SMLoc L, const Twine &Msg);