llvm::cas::CASID::create

Create CASID from CASContext and raw hash bytes.

Synopsis

Declared in <llvm/CAS/CASID.h>

static
CASID
create(
    CASContext const* Context,
    StringRef Hash);

Return Value

CASID wrapping Context and Hash.

Parameters

NameDescription
ContextCAS context that owns this identifier, or null for DenseMap sentinels.
HashRaw hash bytes for the identifier.