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.cpp54 static inline void mapRequiredHex(yaml::IO &IO, const char *Key, in mapRequiredHex() function
165 mapRequiredHex(IO, "CPUID", Info.CPUID); in mapping()
240 mapRequiredHex(IO, "Version Info", Info.VersionInfo); in mapping()
241 mapRequiredHex(IO, "Feature Info", Info.FeatureInfo); in mapping()
246 mapRequiredHex(IO, "Base Address", Info.BaseAddress); in mapping()
251 mapRequiredHex(IO, "Region Size", Info.RegionSize); in mapping()
278 mapRequiredHex(IO, "Base of Image", M.Entry.BaseOfImage); in mapping()
279 mapRequiredHex(IO, "Size of Image", M.Entry.SizeOfImage); in mapping()
355 mapRequiredHex(IO, "Start of Memory Range", Memory.StartOfMemoryRange); in mapping()
361 mapRequiredHex(IO, "Thread Id", T.Entry.ThreadId); in mapping()
[all …]