HomeSort by relevance Sort by last modified time
    Searched refs:OSType (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFObjectWriter.h 18 const Triple::OSType OSType;
23 MCELFObjectTargetWriter(bool Is64Bit_, Triple::OSType OSType_,
31 Triple::OSType getOSType() { return OSType; }
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 22 MipsELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine,
24 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine,
78 Triple::OSType OSType;
80 MipsEB_AsmBackend(const Target &T, Triple::OSType _OSType)
81 : MipsAsmBackend(T), OSType(_OSType) {}
89 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);
95 Triple::OSType OSType;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFObjectTargetWriter.cpp 15 Triple::OSType OSType_,
18 : OSType(OSType_), EMachine(EMachine_),
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 30 Triple::OSType OSType;
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle,
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {}
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 44 MBlazeELFObjectWriter(Triple::OSType OSType)
45 : MCELFObjectTargetWriter(/*is64Bit*/ false, OSType, ELF::EM_MBLAZE,
109 Triple::OSType OSType;
110 ELFMBlazeAsmBackend(const Target &T, Triple::OSType _OSType)
111 : MBlazeAsmBackend(T), OSType(_OSType) { }
117 return createELFObjectWriter(new MBlazeELFObjectWriter(OSType), OS,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 62 PPCELFObjectWriter(bool Is64Bit, Triple::OSType OSType, uint16_t EMachine,
64 : MCELFObjectTargetWriter(Is64Bit, OSType, EMachine, HasRelocationAddend) {}
147 Triple::OSType OSType;
149 ELFPPCAsmBackend(const Target &T, Triple::OSType OSType) :
150 PPCAsmBackend(T), OSType(OSType) { }
170 OSType,
    [all...]
  /external/python/cpython2/Mac/Modules/
gestaltmodule.c 36 OSType selector;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
AlignedAllocation.h 25 inline VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 46 Triple::OSType OSType;
49 LanaiAsmBackend(const Target &T, Triple::OSType OST)
50 : MCAsmBackend(), OSType(OST) {}
127 MCELFObjectTargetWriter::getOSABI(OSType));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 80 enum OSType {
123 mutable OSType OS;
131 static OSType ParseOS(StringRef OSName);
179 OSType getOS() const {
304 void setOS(OSType Kind);
359 static const char *getOSTypeName(OSType Kind);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
mbr.h 33 UINT8 OSType;
  /external/python/cpython2/Mac/Modules/menu/
menuedit.py 111 (OSType, 'inPropertyCreator', InMode),
112 (OSType, 'inPropertyTag', InMode),
120 (OSType, 'inPropertyCreator', InMode),
121 (OSType, 'inPropertyTag', InMode),
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 60 X86ELFObjectWriter(bool is64Bit, Triple::OSType OSType, uint16_t EMachine,
62 : MCELFObjectTargetWriter(is64Bit, OSType, EMachine, HasRelocationAddend) {}
313 Triple::OSType OSType;
314 ELFX86AsmBackend(const Target &T, Triple::OSType _OSType)
315 : X86AsmBackend(T), OSType(_OSType) {
327 ELFX86_32AsmBackend(const Target &T, Triple::OSType OSType)
328 : ELFX86AsmBackend(T, OSType) {}
    [all...]
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 271 Triple::OSType OSType;
273 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) :
274 SparcAsmBackend(T), OSType(OSType) { }
294 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
  /external/python/cpython2/Mac/Modules/folder/
_Foldermodule.c 28 OSType folderType;
54 OSType folderType;
72 OSType folderType;
98 OSType badgeSignature;
99 OSType badgeType;
167 OSType foldType;
189 OSType fileType;
216 OSType fileType;
234 OSType fileType;
294 PyDoc_STR("(short vRefNum, OSType folderType, Boolean createFolder) -> (short foundVRefNum, long foundDirID)")}
    [all...]
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 67 static uint8_t getOSABI(Triple::OSType OSType) {
68 switch (OSType) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 67 static uint8_t getOSABI(Triple::OSType OSType) {
68 switch (OSType) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 67 static uint8_t getOSABI(Triple::OSType OSType) {
68 switch (OSType) {

Completed in 407 milliseconds

1 2 3 4 5