Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTriple.cpp636 ObjectFormat(UnknownObjectFormat) { in Triple()
649 ObjectFormat = parseFormat(Components[3]); in Triple()
654 if (ObjectFormat == UnknownObjectFormat) in Triple()
655 ObjectFormat = getDefaultFormat(*this); in Triple()
670 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
671 ObjectFormat = getDefaultFormat(*this); in Triple()
688 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
689 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
690 ObjectFormat = getDefaultFormat(*this); in Triple()
721 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
[all …]
/external/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 …]
/external/llvm-project/llvm/lib/Support/
DTriple.cpp748 ObjectFormat(UnknownObjectFormat) { in Triple()
761 ObjectFormat = parseFormat(Components[3]); in Triple()
775 if (ObjectFormat == UnknownObjectFormat) in Triple()
776 ObjectFormat = getDefaultFormat(*this); in Triple()
791 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple()
792 ObjectFormat = getDefaultFormat(*this); in Triple()
809 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple()
810 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple()
811 ObjectFormat = getDefaultFormat(*this); in Triple()
842 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local
[all …]
/external/llvm/include/llvm/ADT/
DTriple.h222 ObjectFormatType ObjectFormat; variable
230 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {} in Triple()
241 ObjectFormat == Other.ObjectFormat;
292 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
/external/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()
/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h256 ObjectFormatType ObjectFormat; variable
266 ObjectFormat() {} in Triple()
277 ObjectFormat == Other.ObjectFormat;
332 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp217 Triple::ObjectFormatType ObjectFormat; member
760 JumpTable->setSection(ObjectFormat == Triple::MachO in buildBitSetsFromFunctions()
995 LTT->ObjectFormat = TargetTriple.getObjectFormat(); in init()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp388 Triple::ObjectFormatType ObjectFormat; member in __anon033c686e0111::LowerTypeTestsModule
891 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
1262 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor()
1664 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp391 Triple::ObjectFormatType ObjectFormat; member in __anonba57d07a0111::LowerTypeTestsModule
900 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols()
1289 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor()
1696 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()