Lines Matching refs:ObjectFormat
748 ObjectFormat(UnknownObjectFormat) { in Triple()
761 ObjectFormat = parseFormat(Components[3]); in Triple()
775 if (ObjectFormat == UnknownObjectFormat) in Triple()
776 ObjectFormat = getDefaultFormat(*this); in Triple()
791 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
792 ObjectFormat = getDefaultFormat(*this); in Triple()
809 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
810 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
811 ObjectFormat = getDefaultFormat(*this); in Triple()
842 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
844 ObjectFormat = parseFormat(Components[4]); in normalize()
889 ObjectFormat = parseFormat(Comp); in normalize()
890 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
978 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
981 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
994 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
996 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1202 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
1206 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()