Home
last modified time | relevance | path

Searched refs:OSPlatform (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp177 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h135 enum class OSPlatform : uint32_t { enum
172 support::little_t<OSPlatform> PlatformId;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp147 void yaml::ScalarEnumerationTraits<OSPlatform>::enumeration(IO &IO, in enumeration()
148 OSPlatform &Plat) { in enumeration()
150 IO.enumCase(Plat, #NAME, OSPlatform::NAME); in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h256 LLVM_YAML_DECLARE_ENUM_TRAITS(llvm::minidump::OSPlatform)