Lines Matching refs:ObjectFormat
985 ObjectFormat(UnknownObjectFormat) { in Triple()
998 ObjectFormat = parseFormat(Components[3]); in Triple()
1012 if (ObjectFormat == UnknownObjectFormat) in Triple()
1013 ObjectFormat = getDefaultFormat(*this); in Triple()
1028 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
1029 ObjectFormat = getDefaultFormat(*this); in Triple()
1046 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
1047 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
1048 ObjectFormat = getDefaultFormat(*this); in Triple()
1126 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
1128 ObjectFormat = parseFormat(Components[4]); in normalize()
1173 ObjectFormat = parseFormat(Comp); in normalize()
1174 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
1268 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1271 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
1284 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
1286 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1548 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
1552 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()