Searched refs:OSPlatform (Results 1 – 4 of 4) sorted by relevance
177 case OSPlatform::Win32S: in GetArchitecture()178 case OSPlatform::Win32Windows: in GetArchitecture()179 case OSPlatform::Win32NT: in GetArchitecture()180 case OSPlatform::Win32CE: in GetArchitecture()184 case OSPlatform::Linux: in GetArchitecture()187 case OSPlatform::MacOSX: in GetArchitecture()191 case OSPlatform::IOS: in GetArchitecture()195 case OSPlatform::Android: in GetArchitecture()
135 enum class OSPlatform : uint32_t { enum172 support::little_t<OSPlatform> PlatformId;
147 void yaml::ScalarEnumerationTraits<OSPlatform>::enumeration(IO &IO, in enumeration()148 OSPlatform &Plat) { in enumeration()150 IO.enumCase(Plat, #NAME, OSPlatform::NAME); in enumeration()
256 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::minidump::OSPlatform)