Home
last modified time | relevance | path

Searched refs:ObjectFormat (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h67 Optional<std::string> ObjectFormat; member
79 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp767 ObjectFormat(UnknownObjectFormat) { in Triple()
794 if (ObjectFormat == UnknownObjectFormat) in Triple()
795 ObjectFormat = getDefaultFormat(*this); in Triple()
811 ObjectFormat = getDefaultFormat(*this); in Triple()
829 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
830 ObjectFormat = getDefaultFormat(*this); in Triple()
863 ObjectFormat = parseFormat(Components[4]); in normalize()
908 ObjectFormat = parseFormat(Comp); in normalize()
997 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
1013 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h261 ObjectFormatType ObjectFormat; variable
271 ObjectFormat() {} in Triple()
282 ObjectFormat == Other.ObjectFormat;
337 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp101 IO.mapOptional("ObjectFormat", Target.ObjectFormat); in mapping()
259 Stub.Target.ObjectFormat) { in validateIFSTarget()
327 Stub.Target.ObjectFormat.reset(); in stripIFSTarget()
H A DIFSStub.cpp57 return !Triple && !ObjectFormat && !Arch && !ArchString && !Endianness && in empty()
H A DELFObjHandler.cpp548 DestStub->Target.ObjectFormat = "ELF"; in buildStub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp395 Triple::ObjectFormatType ObjectFormat; member in __anonedbf80d70111::LowerTypeTestsModule
905 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
1294 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor()
1701 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()