Lines Matching refs:ObjectFormat
636 ObjectFormat(UnknownObjectFormat) { in Triple()
649 ObjectFormat = parseFormat(Components[3]); in Triple()
654 if (ObjectFormat == UnknownObjectFormat) in Triple()
655 ObjectFormat = getDefaultFormat(*this); in Triple()
670 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
671 ObjectFormat = getDefaultFormat(*this); in Triple()
688 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
689 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
690 ObjectFormat = getDefaultFormat(*this); in Triple()
721 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
723 ObjectFormat = parseFormat(Components[4]); in normalize()
768 ObjectFormat = parseFormat(Comp); in normalize()
769 Valid = ObjectFormat != UnknownObjectFormat; in normalize()
847 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
850 Components[3] = getObjectFormatTypeName(ObjectFormat); in normalize()
863 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
865 Components[4] = getObjectFormatTypeName(ObjectFormat); in normalize()
1068 if (ObjectFormat == getDefaultFormat(*this)) in setEnvironment()
1072 getObjectFormatTypeName(ObjectFormat)).str()); in setEnvironment()