Home
last modified time | relevance | path

Searched refs:OSType (Results 1 – 25 of 63) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp22 MipsELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, in MipsELFObjectWriter() argument
24 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine, in MipsELFObjectWriter()
78 Triple::OSType OSType; member in __anon6d642f030111::MipsEB_AsmBackend
80 MipsEB_AsmBackend(const Target &T, Triple::OSType _OSType) in MipsEB_AsmBackend()
81 : MipsAsmBackend(T), OSType(_OSType) {} in MipsEB_AsmBackend()
89 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false); in createELFObjectTargetWriter()
95 Triple::OSType OSType; member in __anon6d642f030111::MipsEL_AsmBackend
97 MipsEL_AsmBackend(const Target &T, Triple::OSType _OSType) in MipsEL_AsmBackend()
98 : MipsAsmBackend(T), OSType(_OSType) {} in MipsEL_AsmBackend()
106 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false); in createELFObjectTargetWriter()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp62 PPCELFObjectWriter(bool Is64Bit, Triple::OSType OSType, uint16_t EMachine, in PPCELFObjectWriter() argument
64 : MCELFObjectTargetWriter(Is64Bit, OSType, EMachine, HasRelocationAddend) {} in PPCELFObjectWriter()
147 Triple::OSType OSType; member in __anon21ba84140211::ELFPPCAsmBackend
149 ELFPPCAsmBackend(const Target &T, Triple::OSType OSType) : in ELFPPCAsmBackend() argument
150 PPCAsmBackend(T), OSType(OSType) { } in ELFPPCAsmBackend()
170 OSType, in createObjectWriter()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeAsmBackend.cpp44 MBlazeELFObjectWriter(Triple::OSType OSType) in MBlazeELFObjectWriter() argument
45 : MCELFObjectTargetWriter(/*is64Bit*/ false, OSType, ELF::EM_MBLAZE, in MBlazeELFObjectWriter()
109 Triple::OSType OSType; member in __anon70b6ed070211::ELFMBlazeAsmBackend
110 ELFMBlazeAsmBackend(const Target &T, Triple::OSType _OSType) in ELFMBlazeAsmBackend()
111 : MBlazeAsmBackend(T), OSType(_OSType) { } in ELFMBlazeAsmBackend()
117 return createELFObjectWriter(new MBlazeELFObjectWriter(OSType), OS, in createObjectWriter()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp60 X86ELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine, in X86ELFObjectWriter() argument
62 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine, HasRelocationAddend) {} in X86ELFObjectWriter()
313 Triple::OSType OSType; member in __anon75f86bdd0211::ELFX86AsmBackend
314 ELFX86AsmBackend(const Target &T, Triple::OSType _OSType) in ELFX86AsmBackend()
315 : X86AsmBackend(T), OSType(_OSType) { in ELFX86AsmBackend()
327 ELFX86_32AsmBackend(const Target &T, Triple::OSType OSType) in ELFX86_32AsmBackend() argument
328 : ELFX86AsmBackend(T, OSType) {} in ELFX86_32AsmBackend()
336 return new X86ELFObjectWriter(false, OSType, ELF::EM_386, false); in createELFObjectTargetWriter()
342 ELFX86_64AsmBackend(const Target &T, Triple::OSType OSType) in ELFX86_64AsmBackend() argument
343 : ELFX86AsmBackend(T, OSType) {} in ELFX86_64AsmBackend()
[all …]
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h30 Triple::OSType OSType; variable
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle, in MipsAsmBackend() argument
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {} in MipsAsmBackend()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCELFObjectWriter.h18 const Triple::OSType OSType; variable
23 MCELFObjectTargetWriter(bool Is64Bit_, Triple::OSType OSType_,
31 Triple::OSType getOSType() { return OSType; } in getOSType()
/external/python/cpython2/Mac/Modules/folder/
D_Foldermodule.c28 OSType folderType; in Folder_FindFolder()
54 OSType folderType; in Folder_ReleaseFolder()
72 OSType folderType; in Folder_FSFindFolder()
98 OSType badgeSignature; in Folder_AddFolderDescriptor()
99 OSType badgeType; in Folder_AddFolderDescriptor()
167 OSType foldType; in Folder_GetFolderName()
189 OSType fileType; in Folder_AddFolderRouting()
216 OSType fileType; in Folder_RemoveFolderRouting()
234 OSType fileType; in Folder_FindFolderRouting()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp271 Triple::OSType OSType; member in __anonc6df13370111::ELFSparcAsmBackend
273 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument
274 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend()
294 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectWriter()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTriple.h80 enum OSType { enum
123 mutable OSType OS;
131 static OSType ParseOS(StringRef OSName);
179 OSType getOS() const { in getOS()
304 void setOS(OSType Kind);
359 static const char *getOSTypeName(OSType Kind);
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp46 Triple::OSType OSType; member in __anon3aedcd8f0111::LanaiAsmBackend
49 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend()
50 : MCAsmBackend(), OSType(OST) {} in LanaiAsmBackend()
127 MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectWriter()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp34 ARMELFObjectWriter(Triple::OSType OSType) in ARMELFObjectWriter() argument
35 : MCELFObjectTargetWriter(/*Is64Bit*/ false, OSType, ELF::EM_ARM, in ARMELFObjectWriter()
398 Triple::OSType OSType; member in __anonfc0d91510211::ELFARMAsmBackend
400 Triple::OSType _OSType) in ELFARMAsmBackend()
401 : ARMAsmBackend(T, TT), OSType(_OSType) { } in ELFARMAsmBackend()
407 return createELFObjectWriter(new ARMELFObjectWriter(OSType), OS, in createObjectWriter()
/external/python/cpython2/Mac/Modules/menu/
Dmenuedit.py111 (OSType, 'inPropertyCreator', InMode),
112 (OSType, 'inPropertyTag', InMode),
120 (OSType, 'inPropertyCreator', InMode),
121 (OSType, 'inPropertyTag', InMode),
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c675 OSType iconType; in Icn_SetIconFamilyData()
699 OSType iconType; in Icn_GetIconFamilyData()
802 OSType creator; in Icn_GetIconRef()
803 OSType iconType; in Icn_GetIconRef()
859 OSType creator; in Icn_RegisterIconRefFromIconFamily()
860 OSType iconType; in Icn_RegisterIconRefFromIconFamily()
885 OSType creator; in Icn_RegisterIconRefFromResource()
886 OSType iconType; in Icn_RegisterIconRefFromResource()
914 OSType creator; in Icn_RegisterIconRefFromFSRef()
915 OSType iconType; in Icn_RegisterIconRefFromFSRef()
[all …]
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h67 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument
68 switch (OSType) { in getOSABI()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELFObjectTargetWriter.cpp15 Triple::OSType OSType_, in MCELFObjectTargetWriter()
18 : OSType(OSType_), EMachine(EMachine_), in MCELFObjectTargetWriter()
/external/llvm/include/llvm/ADT/
DTriple.h140 enum OSType { enum
216 OSType OS;
271 OSType getOS() const { return OS; } in getOS()
607 void setOS(OSType Kind);
705 static const char *getOSTypeName(OSType Kind);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h144 enum OSType { enum
224 OSType OS;
279 OSType getOS() const { return OS; } in getOS()
624 void setOS(OSType Kind);
722 static StringRef getOSTypeName(OSType Kind);
/external/python/cpython2/Mac/Modules/ctl/
Dctlsupport.py62 DataBrowserViewStyle = OSType
72 DataBrowserPropertyPart = OSType
78 DataBrowserPropertyType = OSType
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c151 OSType selector; in SndCh_SndGetInfo()
170 OSType selector; in SndCh_SndSetInfo()
616 OSType format; in Snd_GetCompressionInfo()
641 OSType theType; in Snd_SetSoundPreference()
661 OSType theType; in Snd_GetSoundPreference()
681 OSType compressionType; in Snd_GetCompressionName()
711 OSType quality; in Snd_SndRecord()
915 OSType infoType; in Snd_SPBGetDeviceInfo()
936 OSType infoType; in Snd_SPBSetDeviceInfo()
/external/python/cpython2/Mac/Modules/carbonevt/
DCarbonEvtsupport.py47 EventParamName = OSType
48 EventParamType = OSType
/external/freetype/builds/mac/
Dftmac.c618 static OSType
629 return ( OSType ) 0; in get_file_type_from_path()
633 return ( OSType ) 0; in get_file_type_from_path()
644 return ( OSType ) 0; in get_file_type_from_path()
647 return ( OSType ) 0; in get_file_type_from_path()
1236 OSType fond_type; in FT_New_Face_From_FOND()
1352 OSType file_type; in FT_New_Face_From_Resource()
/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp96 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
348 Triple::OSType Triple::ParseOS(StringRef OSName) { in ParseOS()
436 OSType OS = UnknownOS; in normalize()
634 void Triple::setOS(OSType Kind) { in setOS()
/external/freetype/src/base/
Dftmac.c304 static OSType
312 return ( OSType ) 0; in get_file_type_from_path()
316 return ( OSType ) 0; in get_file_type_from_path()
860 OSType fond_type; in FT_New_Face_From_FOND()
932 OSType file_type; in FT_New_Face_From_Resource()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c1886 OSType udType; in UserDataObj_GetUserData()
1911 OSType udType; in UserDataObj_AddUserData()
1932 OSType udType; in UserDataObj_RemoveUserData()
1954 OSType udType; in UserDataObj_CountUserDataType()
1972 OSType udType; in UserDataObj_GetNextUserDataType()
1991 OSType udType; in UserDataObj_AddUserDataText()
2019 OSType udType; in UserDataObj_GetUserDataText()
2046 OSType udType; in UserDataObj_RemoveUserDataText()
2091 OSType copyRule; in UserDataObj_CopyUserData()
2436 OSType mediaType; in MediaObj_GetMediaHandlerDescription()
[all …]
/external/python/cpython2/Mac/Modules/
Dicgluemodule.c314 OSType type, creator; in ici_ICMapTypeCreator()
360 newiciobject(OSType creator) in newiciobject()
430 OSType creator; in ic_ICStart()

123