Searched refs:mapOptionalHex (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 61 static inline void mapOptionalHex(yaml::IO &IO, const char *Key, in mapOptionalHex() function 169 mapOptionalHex(IO, "ELF hwcaps", Info.ElfHWCaps, 0); in mapping() 245 mapOptionalHex(IO, "AMD Extended Features", Info.AMDExtendedFeatures, 0); in mapping() 250 mapOptionalHex(IO, "Allocation Base", Info.AllocationBase, Info.BaseAddress); in mapping() 253 mapOptionalHex(IO, "Reserved0", Info.Reserved0, 0); in mapping() 259 mapOptionalHex(IO, "Reserved1", Info.Reserved1, 0); in mapping() 270 mapOptionalHex(IO, "Signature", Info.Signature, 0); in mapping() 271 mapOptionalHex(IO, "Struct Version", Info.StructVersion, 0); in mapping() 272 mapOptionalHex(IO, "File Version High", Info.FileVersionHigh, 0); in mapping() 273 mapOptionalHex(IO, "File Version Low", Info.FileVersionLow, 0); in mapping() [all …]
|