Home
last modified time | relevance | path

Searched refs:AMDExtendedFeatures (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h152 support::ulittle32_t AMDExtendedFeatures; // cpuid 0x80000001, ebx member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp242 mapOptionalHex(IO, "AMD Extended Features", Info.AMDExtendedFeatures, 0); in mapping()