Home
last modified time | relevance | path

Searched refs:PlatformType (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.h29 enum PlatformType { enum
206 PlatformType Platform() const;
224 PlatformType _platformType;
Daudio_device_impl.cc152 PlatformType platform(kPlatformNotSupported); in CheckPlatform()
1933 AudioDeviceModuleImpl::PlatformType AudioDeviceModuleImpl::Platform() const in Platform()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAssembler.h92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true.
265 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, in setBuildVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1091 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform()
1133 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCMachOStreamer.cpp279 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
DMCAsmStreamer.cpp524 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName()
537 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in EmitBuildVersion()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h484 enum PlatformType { enum