class CpuidReader
Defined at line 30 of file ../../third_party/crashpad/src/snapshot/x86/cpuid_reader.h
Reads x86-family CPU information by calling `cpuid`.
Public Methods
void CpuidReader ()
void ~CpuidReader ()
uint32_t Revision ()
std::string Vendor ()
Defined at line 39 of file ../../third_party/crashpad/src/snapshot/x86/cpuid_reader.h
uint32_t Signature ()
Defined at line 42 of file ../../third_party/crashpad/src/snapshot/x86/cpuid_reader.h
uint64_t Features ()
Defined at line 45 of file ../../third_party/crashpad/src/snapshot/x86/cpuid_reader.h
uint64_t ExtendedFeatures ()
Defined at line 48 of file ../../third_party/crashpad/src/snapshot/x86/cpuid_reader.h
uint32_t Leaf7Features ()
bool NXEnabled ()
Defined at line 54 of file ../../third_party/crashpad/src/snapshot/x86/cpuid_reader.h
bool SupportsDAZ ()