Searched refs:reportWarning (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp61 void reportWarning(CheckerContext &C) const;
79 void EnumCastOutOfRangeChecker::reportWarning(CheckerContext &C) const { function in class:EnumCastOutOfRangeChecker
138 reportWarning(C);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h25 void reportWarning(Error Err, StringRef Input);
H A DObjDumper.cpp70 reportWarning(
76 reportWarning(
H A DELFDumper.cpp166 reportWarning(createError(Msg.c_str()), FileName);
1928 reportWarning(
1942 reportWarning(createError("The SHT_DYNAMIC section '" + Name +
1948 reportWarning(createError("The SHT_DYNAMIC section '" + Name +
2000 reportWarning(createError("no valid dynamic table was found"),
2011 reportWarning(createError("SHT_DYNAMIC section header and PT_DYNAMIC "
2017 reportWarning(createError("no valid dynamic table was found"),
2026 reportWarning(
2032 reportWarning(
2052 reportWarning(createErro
[all...]
H A DXCOFFDumper.cpp446 reportWarning(make_error<StringError>("An 64-bit XCOFF object file may not "
H A Dllvm-readobj.cpp390 void reportWarning(Error Err, StringRef Input) { function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h128 void reportWarning(Twine const &Msg);
H A DHexagonMCChecker.cpp567 reportWarning("Register `" + Twine(RI.getName(Register)) +
649 reportWarning("register `" + Twine(RI.getName(R)) +
738 void HexagonMCChecker::reportWarning(Twine const &Msg) { function in class:HexagonMCChecker
740 Context.reportWarning(MCB.getLoc(), Msg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp81 reportWarning("could not find referenced DIE", File, &DIE);
471 reportWarning("Function without high_pc. Range will be discarded.\n", File,
926 Linker.reportWarning("Unsupported DW_OP encoding.", File);
955 Linker.reportWarning(
963 Linker.reportWarning("base type ref doesn't fit.", File);
1103 Linker.reportWarning(
1128 Linker.reportWarning(
1196 Linker.reportWarning(
1509 reportWarning("invalid range list ignored.", File);
1522 reportWarning("n
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp90 ErrorSuccess reportWarning(Error E) { function in namespace:llvm::objcopy
364 (Tool == ToolType::Strip) ? parseStripOptions(Args, reportWarning)
367 : parseObjcopyOptions(Args, reportWarning));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h133 void reportWarning(Twine Message, StringRef File);
H A DELFDump.cpp194 reportWarning(toString(StrTabOrErr.takeError()), Filename);
206 reportWarning("unable to read program headers: " +
H A Dllvm-objdump.cpp442 void objdump::reportWarning(Twine Message, StringRef File) {
980 reportWarning("failed to find source " + LineInfo.FileName,
1024 reportWarning(Warning, ObjectFilename);
1072 reportWarning(
2067 reportWarning("failed to disassemble missing symbol " + Sym, FileName);
2366 reportWarning(
2712 reportWarning("no section has address less than 0x" +
2716 reportWarning("no section has address greater than or equal to 0x" +
2720 reportWarning("no section overlaps the range [0x" +
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h102 void reportWarning(StringRef warning, SourceLocation loc,
H A DTransformActions.cpp692 void TransformActions::reportWarning(StringRef message, SourceLocation loc, function in class:TransformActions
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h379 void reportWarning(const Twine &Warning, const DwarfFile &File, function in class:llvm::DWARFLinker
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h730 void reportWarning(SMLoc L, const Twine &Msg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp825 void MCContext::reportWarning(SMLoc Loc, const Twine &Msg) { function in class:MCContext

Completed in 422 milliseconds