Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DEnumCastOutOfRangeChecker.cpp62 void reportWarning(CheckerContext &C) const;
80 void EnumCastOutOfRangeChecker::reportWarning(CheckerContext &C) const { in reportWarning() function in EnumCastOutOfRangeChecker
139 reportWarning(C); in checkPreStmt()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp69 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()
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DDwarfLinkerForBinary.cpp146 void DwarfLinkerForBinary::reportWarning(const Twine &Warning, in reportWarning() function in llvm::dsymutil::DwarfLinkerForBinary
186 reportWarning(Twine(Obj.getObjectFilename()) + ": " + in loadObject()
195 reportWarning(Twine(Obj.getObjectFilename()) + ": " + in loadObject()
219 Linker.reportWarning(Message, DMO.getObjectFilename()); in remarksErrorHandler()
405 reportWarning( in collectRelocationsToApplyToSwiftReflectionSections()
586 reportWarning(Warning, Context, DIE); in link()
785 Linker.reportWarning("error reading section", DMO.getObjectFilename()); in findValidRelocsMachO()
803 Linker.reportWarning("unsupported relocation in " + *Section.getName() + in findValidRelocsMachO()
812 Linker.reportWarning("unsupported relocation in " + *Section.getName() + in findValidRelocsMachO()
839 Linker.reportWarning("error getting relocation symbol name.", in findValidRelocsMachO()
[all …]
DDwarfLinkerForBinary.h44 void reportWarning(const Twine &Warning, StringRef Context,
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinker.cpp82 reportWarning("could not find referenced DIE", File, &DIE); in resolveDIEReference()
502 reportWarning("Function without high_pc. Range will be discarded.\n", File, in shouldKeepSubprogramDIE()
507 reportWarning("low_pc greater than high_pc. Range will be discarded.\n", in shouldKeepSubprogramDIE()
1047 Linker.reportWarning("Unsupported DW_OP encoding.", File); in cloneExpression()
1076 Linker.reportWarning( in cloneExpression()
1084 Linker.reportWarning("base type ref doesn't fit.", File); in cloneExpression()
1178 Linker.reportWarning(toString(RelocAddr.takeError()), ObjFile); in cloneAddressAttribute()
1180 Linker.reportWarning("no base offset for address table", ObjFile); in cloneAddressAttribute()
1266 Linker.reportWarning( in cloneScalarAttribute()
1292 Linker.reportWarning( in cloneScalarAttribute()
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DObjDumper.cpp35 reportWarning(createError(Msg), ObjName); in ObjDumper()
131 reportWarning( in getSectionRefsByNameOrIndex()
137 reportWarning( in getSectionRefsByNameOrIndex()
Dllvm-readobj.h28 void reportWarning(Error Err, StringRef Input);
Dllvm-readobj.cpp199 void reportWarning(Error Err, StringRef Input) { in reportWarning() function
400 reportWarning(createStringError( in dumpObject()
555 reportWarning(createStringError(errc::invalid_argument, in dumpArchive()
598 reportWarning(createStringError(errc::invalid_argument, in dumpInput()
DXCOFFDumper.cpp988 reportWarning(make_error<StringError>("An 64-bit XCOFF object file may not " in printOverflowSectionHeader()
DELFDumper.cpp4204 reportWarning(createError("SHF_COMPRESSED section '" + Name + in printSectionDetails()
6251 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DELFDump.cpp176 reportWarning(toString(DynamicEntriesOrErr.takeError()), Filename); in printDynamicSection()
206 reportWarning(toString(StrTabOrErr.takeError()), Filename); in printDynamicSection()
218 reportWarning("unable to read program headers: " + in printProgramHeaders()
300 reportWarning(Msg, FileName); in printSymbolVersionDependency()
306 reportWarning(toString(V.takeError()), FileName); in printSymbolVersionDependency()
DOffloadDump.cpp53 reportWarning( in dumpOffloadBinary()
DSourcePrinter.cpp354 reportWarning("failed to find source " + LineInfo.FileName, in cacheSource()
393 reportWarning("failed to parse debug information: " + in printSourceLine()
470 reportWarning( in printSources()
Dllvm-objdump.h144 void reportWarning(const Twine &Message, StringRef File);
Dllvm-objdump.cpp312 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning() function in objdump
945 reportWarning("PLT entry at 0x" + Twine::utohexstr(PltEntry.second) + in addPltEntries()
1296 reportWarning(toString(DebugBinary.takeError()), *Path); in fetchBinaryByBuildID()
1331 reportWarning(toString(NameOrErr.takeError()), FileName); in disassembleObject()
1443 reportWarning(toString(BBAddrMapsOrErr.takeError()), Obj.getFileName()); in disassembleObject()
1989 reportWarning("failed to disassemble missing symbol " + Sym, FileName); in disassembleObject()
2378 reportWarning( in printSymbolTable()
2389 reportWarning(toString(SymbolVersionsOrErr.takeError()), FileName); in printSymbolTable()
2524 reportWarning(toString(NameOrErr.takeError()), FileName); in printSymbol()
2779 reportWarning("no section has address less than 0x" + in checkForInvalidStartStopAddress()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp603 reportWarning("Register `" + Twine(RI.getName(RegDef)) + in checkRegisterCurDefs()
685 reportWarning("register `" + Twine(RI.getName(R)) + in checkRegisters()
800 void HexagonMCChecker::reportWarning(Twine const &Msg) { in reportWarning() function in HexagonMCChecker
802 Context.reportWarning(MCB.getLoc(), Msg); in reportWarning()
DHexagonMCChecker.h129 void reportWarning(Twine const &Msg);
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64TargetStreamer.cpp73 Context.reportWarning( in emitNoteSection()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DYAMLTraits.cpp208 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
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DInternals.h102 void reportWarning(StringRef warning, SourceLocation loc,
DTransformActions.cpp692 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning() function in TransformActions
/openbsd/src/gnu/llvm/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h415 void reportWarning(const Twine &Warning, const DWARFFile &File,
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCContext.h851 void reportWarning(SMLoc L, const Twine &Msg);
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCELFStreamer.cpp250 getContext().reportWarning( in emitSymbolAttribute()
DMCContext.cpp1062 void MCContext::reportWarning(SMLoc Loc, const Twine &Msg) { in reportWarning() function in MCContext