Lines Matching refs:ObjectFormat
872 ObjectFormat(UnknownObjectFormat) { in Triple()
885 ObjectFormat = parseFormat(Components[3]); in Triple()
899 if (ObjectFormat == UnknownObjectFormat) in Triple()
900 ObjectFormat = getDefaultFormat(*this); in Triple()
915 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
916 ObjectFormat = getDefaultFormat(*this); in Triple()
933 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
934 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
935 ObjectFormat = getDefaultFormat(*this); in Triple()
966 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
968 ObjectFormat = parseFormat(Components[4]); in normalize()
1013 ObjectFormat = parseFormat(Comp); in normalize()
1014 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
1101 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1104 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
1117 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
1119 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1324 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
1328 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()