A static helper function to deserialize the stable function map entry. Ptr should be pointing to the start of the fixed-sized fields of the entry when passed in.
Declared in <llvm/CGData/StableFunctionMapRecord.h>
static
void
deserializeEntry(
unsigned char const* Ptr,
stable_hash Hash,
StableFunctionMap* FunctionMap);
| Name | Description |
|---|---|
| Hash | An opaque object representing a stable hash code. It can be serialized, deserialized, and is stable across processes and executions. |