Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp733 ObjectFormat(UnknownObjectFormat) { in Triple()
746 ObjectFormat = parseFormat(Components[3]); in Triple()
760 if (ObjectFormat == UnknownObjectFormat) in Triple()
761 ObjectFormat = getDefaultFormat(*this); in Triple()
776 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
777 ObjectFormat = getDefaultFormat(*this); in Triple()
794 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
795 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
796 ObjectFormat = getDefaultFormat(*this); in Triple()
827 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h251 ObjectFormatType ObjectFormat; variable
261 ObjectFormat() {} in Triple()
272 ObjectFormat == Other.ObjectFormat;
327 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp388 Triple::ObjectFormatType ObjectFormat; member in __anon0cd25f9a0111::LowerTypeTestsModule
891 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
1262 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor()
1664 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()