Searched refs:ObjectFormat (Results 1 – 7 of 7) sorted by relevance
66 std::optional<std::string> ObjectFormat; member78 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
928 ObjectFormat(UnknownObjectFormat) { in Triple()955 if (ObjectFormat == UnknownObjectFormat) in Triple()956 ObjectFormat = getDefaultFormat(*this); in Triple()972 ObjectFormat = getDefaultFormat(*this); in Triple()990 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()991 ObjectFormat = getDefaultFormat(*this); in Triple()1024 ObjectFormat = parseFormat(Components[4]); in normalize()1069 ObjectFormat = parseFormat(Comp); in normalize()1158 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()1174 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()[all …]
316 ObjectFormatType ObjectFormat{};335 ObjectFormat == Other.ObjectFormat;386 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()1169 static StringRef getObjectFormatTypeName(ObjectFormatType ObjectFormat);
105 IO.mapOptional("ObjectFormat", Target.ObjectFormat); in mapping()273 Stub.Target.ObjectFormat) { in validateIFSTarget()344 Stub.Target.ObjectFormat.reset(); in stripIFSTarget()
57 return !Triple && !ObjectFormat && !Arch && !ArchString && !Endianness && in empty()
608 DestStub->Target.ObjectFormat = "ELF"; in buildStub()
406 Triple::ObjectFormatType ObjectFormat; member in __anonecc095190111::LowerTypeTestsModule897 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()1356 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor()1849 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()