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

Declarations

include/llvm/MC/MCWinCOFFStreamer.h
   77   void Error(const Twine &Msg) const;

References

lib/MC/MCWinCOFFStreamer.cpp
  139     Error("starting a new symbol definition without completing the "
  146     Error("storage class specified outside of symbol definition");
  151     Error("storage class value '" + Twine(StorageClass) +
  162     Error("symbol type specified outside of a symbol definition");
  167     Error("type value '" + Twine(Type) + "' out of range");
  177     Error("ending symbol definition without starting one");