llvm::StableFunctionMapRecord::deserializeEntry

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.

Synopsis

Declared in <llvm/CGData/StableFunctionMapRecord.h>

static
void
deserializeEntry(
    unsigned char const* Ptr,
    stable_hash Hash,
    StableFunctionMap* FunctionMap);

Parameters

NameDescription
HashAn opaque object representing a stable hash code. It can be serialized, deserialized, and is stable across processes and executions.