Lines Matching refs:ObjectFormat
706 ObjectFormat(UnknownObjectFormat) { in Triple()
719 ObjectFormat = parseFormat(Components[3]); in Triple()
733 if (ObjectFormat == UnknownObjectFormat) in Triple()
734 ObjectFormat = getDefaultFormat(*this); in Triple()
749 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
750 ObjectFormat = getDefaultFormat(*this); in Triple()
767 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
768 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
769 ObjectFormat = getDefaultFormat(*this); in Triple()
800 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
802 ObjectFormat = parseFormat(Components[4]); in normalize()
847 ObjectFormat = parseFormat(Comp); in normalize()
848 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
936 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
939 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
952 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
954 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1159 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
1163 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()