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

References

include/llvm/ADT/Triple.h
  271            ObjectFormat == Other.ObjectFormat;
  271            ObjectFormat == Other.ObjectFormat;
  326   ObjectFormatType getObjectFormat() const { return ObjectFormat; }
lib/Support/Triple.cpp
  741           ObjectFormat = parseFormat(Components[3]);
  755   if (ObjectFormat == UnknownObjectFormat)
  756     ObjectFormat = getDefaultFormat(*this);
  772   ObjectFormat = getDefaultFormat(*this);
  790   if (ObjectFormat == Triple::UnknownObjectFormat)
  791     ObjectFormat = getDefaultFormat(*this);
 1181   if (ObjectFormat == getDefaultFormat(*this))
 1185                       getObjectFormatTypeName(ObjectFormat)).str());