Gather the unique data bits of X into ID, using Context.
Declared in <llvm/ADT/FoldingSet.h>
static
void
Profile(
T& X,
FoldingSetNodeID& ID,
Ctx Context);
| Name | Description |
|---|---|
| X | Object whose profile bits are gathered. |
| ID | Node ID that receives the profile bits. |
| Context | Fixed context passed to X's Profile method. |