Searched refs:mapOptionalHex (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp62 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, function
166 mapOptionalHex(IO, "ELF hwcaps", Info.ElfHWCaps, 0);
242 mapOptionalHex(IO, "AMD Extended Features", Info.AMDExtendedFeatures, 0);
247 mapOptionalHex(IO, "Allocation Base", Info.AllocationBase, Info.BaseAddress);
250 mapOptionalHex(IO, "Reserved0", Info.Reserved0, 0);
256 mapOptionalHex(IO, "Reserved1", Info.Reserved1, 0);
261 mapOptionalHex(IO, "Signature", Info.Signature, 0);
262 mapOptionalHex(IO, "Struct Version", Info.StructVersion, 0);
263 mapOptionalHex(IO, "File Version High", Info.FileVersionHigh, 0);
264 mapOptionalHex(I
[all...]

Completed in 94 milliseconds