Lines Matching refs:ObjectFormat
767 ObjectFormat(UnknownObjectFormat) { in Triple()
780 ObjectFormat = parseFormat(Components[3]); in Triple()
794 if (ObjectFormat == UnknownObjectFormat) in Triple()
795 ObjectFormat = getDefaultFormat(*this); in Triple()
810 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
811 ObjectFormat = getDefaultFormat(*this); in Triple()
828 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
829 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
830 ObjectFormat = getDefaultFormat(*this); in Triple()
861 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
863 ObjectFormat = parseFormat(Components[4]); in normalize()
908 ObjectFormat = parseFormat(Comp); in normalize()
909 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
997 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1000 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
1013 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
1015 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1221 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
1225 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()