Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp706 ObjectFormat(UnknownObjectFormat) { in Triple()
733 if (ObjectFormat == UnknownObjectFormat) in Triple()
734 ObjectFormat = getDefaultFormat(*this); in Triple()
750 ObjectFormat = getDefaultFormat(*this); in Triple()
768 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
769 ObjectFormat = getDefaultFormat(*this); in Triple()
802 ObjectFormat = parseFormat(Components[4]); in normalize()
847 ObjectFormat = parseFormat(Comp); in normalize()
936 if (ObjectFormat == UnknownObjectFormat || ObjectFormat == Triple::COFF) in normalize()
952 if (ObjectFormat != UnknownObjectFormat && ObjectFormat != Triple::COFF) { in normalize()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTriple.h244 ObjectFormatType ObjectFormat; variable
254 ObjectFormat() {} in Triple()
265 ObjectFormat == Other.ObjectFormat;
320 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp332 Triple::ObjectFormatType ObjectFormat; member in __anonb4fd30e80111::LowerTypeTestsModule
826 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
1203 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor()
1599 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()