/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/InterfaceStub/ |
D | IFSStub.h | 66 std::optional<std::string> ObjectFormat; member 78 Lhs.ObjectFormat != Rhs.ObjectFormat || Lhs.Triple != Rhs.Triple)
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 636 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/ |
D | Triple.cpp | 733 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/include/llvm/ADT/ |
D | Triple.h | 222 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-16.0/llvm/lib/TargetParser/ |
D | Triple.cpp | 892 ObjectFormat(UnknownObjectFormat) { in Triple() 905 ObjectFormat = parseFormat(Components[3]); in Triple() 919 if (ObjectFormat == UnknownObjectFormat) in Triple() 920 ObjectFormat = getDefaultFormat(*this); in Triple() 935 Environment(), ObjectFormat(Triple::UnknownObjectFormat) { in Triple() 936 ObjectFormat = getDefaultFormat(*this); in Triple() 953 ObjectFormat(parseFormat(EnvironmentStr.str())) { in Triple() 954 if (ObjectFormat == Triple::UnknownObjectFormat) in Triple() 955 ObjectFormat = getDefaultFormat(*this); in Triple() 986 ObjectFormatType ObjectFormat = UnknownObjectFormat; in normalize() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 251 ObjectFormatType ObjectFormat; variable 261 ObjectFormat() {} in Triple() 272 ObjectFormat == Other.ObjectFormat; 327 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/ |
D | IFSHandler.cpp | 105 IO.mapOptional("ObjectFormat", Target.ObjectFormat); in mapping() 262 Stub.Target.ObjectFormat) { in validateIFSTarget() 330 Stub.Target.ObjectFormat.reset(); in stripIFSTarget()
|
D | IFSStub.cpp | 57 return !Triple && !ObjectFormat && !Arch && !ArchString && !Endianness && in empty()
|
D | ELFObjHandler.cpp | 608 DestStub->Target.ObjectFormat = "ELF"; in buildStub()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/ |
D | Triple.h | 311 ObjectFormatType ObjectFormat{}; 330 ObjectFormat == Other.ObjectFormat; 381 ObjectFormatType getObjectFormat() const { return ObjectFormat; } in getObjectFormat()
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 217 Triple::ObjectFormatType ObjectFormat; member 760 JumpTable->setSection(ObjectFormat == Triple::MachO in buildBitSetsFromFunctions() 995 LTT->ObjectFormat = TargetTriple.getObjectFormat(); in init()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 407 Triple::ObjectFormatType ObjectFormat; member in __anon1e316a630111::LowerTypeTestsModule 875 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols() 1286 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor() 1717 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 388 Triple::ObjectFormatType ObjectFormat; member in __anon426a789d0111::LowerTypeTestsModule 891 ObjectFormat == Triple::ELF; in shouldExportConstantsAsAbsoluteSymbols() 1262 ObjectFormat == Triple::MachO in moveInitializerToModuleConstructor() 1664 ObjectFormat = TargetTriple.getObjectFormat(); in LowerTypeTestsModule()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Media/Audio/ |
D | mod.rs | 2304 pub ObjectFormat: *const WAVEFORMATEX, field 2328 pub ObjectFormat: *const WAVEFORMATEX, field 2426 pub ObjectFormat: *const WAVEFORMATEX, field 2446 pub ObjectFormat: *const WAVEFORMATEX, field 2467 pub ObjectFormat: *const WAVEFORMATEX, field 2490 pub ObjectFormat: *const WAVEFORMATEX, field
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Media/Audio/ |
D | mod.rs | 2304 pub ObjectFormat: *const WAVEFORMATEX, field 2328 pub ObjectFormat: *const WAVEFORMATEX, field 2426 pub ObjectFormat: *const WAVEFORMATEX, field 2446 pub ObjectFormat: *const WAVEFORMATEX, field 2467 pub ObjectFormat: *const WAVEFORMATEX, field 2490 pub ObjectFormat: *const WAVEFORMATEX, field
|