Lines Matching refs:ObjectFormat
558 ObjectFormat(parseFormat(getEnvironmentName())) { in Triple()
559 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
560 ObjectFormat = getDefaultFormat(*this); in Triple()
575 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
576 ObjectFormat = getDefaultFormat(*this); in Triple()
593 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
594 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
595 ObjectFormat = getDefaultFormat(*this); in Triple()
626 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
628 ObjectFormat = parseFormat(Components[4]); in normalize()
673 ObjectFormat = parseFormat(Comp); in normalize()
674 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
752 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
755 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
768 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
770 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
944 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
948 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()