Create CASID from CASContext and raw hash bytes.
Declared in <llvm/CAS/CASID.h>
static
CASID
create(
CASContext const* Context,
StringRef Hash);
CASID wrapping Context and Hash.
| Name | Description |
|---|---|
| Context | CAS context that owns this identifier, or null for DenseMap sentinels. |
| Hash | Raw hash bytes for the identifier. |