Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp53 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, in mapRequiredHex() function
168 mapRequiredHex(IO, "CPUID", Info.CPUID); in mapping()
243 mapRequiredHex(IO, "Version Info", Info.VersionInfo); in mapping()
244 mapRequiredHex(IO, "Feature Info", Info.FeatureInfo); in mapping()
249 mapRequiredHex(IO, "Base Address", Info.BaseAddress); in mapping()
254 mapRequiredHex(IO, "Region Size", Info.RegionSize); in mapping()
287 mapRequiredHex(IO, "Base of Image", M.Entry.BaseOfImage); in mapping()
288 mapRequiredHex(IO, "Size of Image", M.Entry.SizeOfImage); in mapping()
376 mapRequiredHex(IO, "Start of Memory Range", Memory.StartOfMemoryRange); in mapping()
382 mapRequiredHex(IO, "Start of Memory Range", Memory.StartOfMemoryRange); in mapping()
[all …]