Lines Matching refs:ObjectFormat
486 ObjectFormat(parseFormat(getEnvironmentName())) { in Triple()
487 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
488 ObjectFormat = getDefaultFormat(*this); in Triple()
503 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
504 ObjectFormat = getDefaultFormat(*this); in Triple()
521 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
522 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
523 ObjectFormat = getDefaultFormat(*this); in Triple()
554 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
556 ObjectFormat = parseFormat(Components[4]); in normalize()
601 ObjectFormat = parseFormat(Comp); in normalize()
602 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
670 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
673 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
686 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
688 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
856 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
860 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()