llvm::StableFunctionMapRecord::deserializeEntry

Deserialize a single stable function map entry.

Synopsis

Declared in <llvm/CGData/StableFunctionMapRecord.h>

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

Description

Ptr should be pointing to the start of the fixed-sized fields of the entry when passed in.

Parameters

NameDescription
PtrPointer into the binary buffer at the entry's fixed-size fields; advanced as the entry is read.
HashStable hash of the function entry being deserialized.
FunctionMapFunction map that receives the deserialized entry.