Lines Matching refs:ObjectFormat
928 ObjectFormat(UnknownObjectFormat) { in Triple()
941 ObjectFormat = parseFormat(Components[3]); in Triple()
955 if (ObjectFormat == UnknownObjectFormat) in Triple()
956 ObjectFormat = getDefaultFormat(*this); in Triple()
971 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
972 ObjectFormat = getDefaultFormat(*this); in Triple()
989 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
990 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
991 ObjectFormat = getDefaultFormat(*this); in Triple()
1022 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
1024 ObjectFormat = parseFormat(Components[4]); in normalize()
1069 ObjectFormat = parseFormat(Comp); in normalize()
1070 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
1158 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1161 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
1174 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
1176 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1395 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
1399 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()