Searched refs:ObjectFormat (Results 1 – 2 of 2) sorted by relevance
449 ObjectFormat(parseFormat(getEnvironmentName())) { in Triple()450 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()451 ObjectFormat = getDefaultFormat(*this); in Triple()466 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()467 ObjectFormat = getDefaultFormat(*this); in Triple()484 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()485 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()486 ObjectFormat = getDefaultFormat(*this); in Triple()517 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local519 ObjectFormat = parseFormat(Components[4]); in normalize()[all …]
188 ObjectFormatType ObjectFormat; variable196 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {} in Triple()239 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()