reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

include/llvm/MC/MCParser/MCAsmParser.h
  185   virtual bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) = 0;

Declarations

lib/MC/MCParser/AsmParser.cpp
  229   bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) override;

References

lib/MC/MCParser/AsmParser.cpp
  817       return Warning(Loc, "negative count has no effect");
 3224     Warning(SizeLoc, "'.fill' directive with negative size has no effect");
 3228     Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8");
 3233     Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits");
 3294     Warning(AlignmentLoc, "p2align directive with no operand(s) is ignored");
 3332       Warning(MaxBytesLoc, "maximum bytes expression exceeds alignment and "
 3455         return Warning(DirectiveLoc, "file 0 not supported prior to DWARF-5");
 3467       return Warning(DirectiveLoc, "inconsistent use of MD5 checksums");
 4422         Warning(ParamLoc, "pointless default value for required parameter "
 4587     Warning(DirectiveLoc, "macro defined with named parameters which are not "
 4742     Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect");
 4784     Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect");
 4816     Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect");
 5308   return Warning(L, Message);