llvm::DefaultContextualFoldingSetTrait::ContextStorage

Holds the fixed context passed to Profile, Equals, and ComputeHash.

Synopsis

Declared in <llvm/ADT/FoldingSet.h>

struct ContextStorage;

Member Functions

NameDescription
ContextStorage [constructor]Construct storage holding Context.
getContext Return the context stored in this folding set.

Data Members

NameDescription
Context The context value supplied when the folding set was created.