Deserialize a single stable function map entry.
Declared in <llvm/CGData/StableFunctionMapRecord.h>
static
void
deserializeEntry(
unsigned char const* Ptr,
stable_hash Hash,
StableFunctionMap* FunctionMap);
Ptr should be pointing to the start of the fixed-sized fields of the entry when passed in.
| Name | Description |
|---|---|
| Ptr | Pointer into the binary buffer at the entry's fixed-size fields; advanced as the entry is read. |
| Hash | Stable hash of the function entry being deserialized. |
| FunctionMap | Function map that receives the deserialized entry. |