|
LLVM 23.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeHashing.h"
Static Public Member Functions | |
| static codeview::LocallyHashedType | getEmptyKey () |
| static codeview::LocallyHashedType | getTombstoneKey () |
| static unsigned | getHashValue (codeview::LocallyHashedType Val) |
| static bool | isEqual (codeview::LocallyHashedType LHS, codeview::LocallyHashedType RHS) |
Static Public Attributes | |
| static LLVM_ABI codeview::LocallyHashedType | Empty |
| static LLVM_ABI codeview::LocallyHashedType | Tombstone |
Definition at line 185 of file TypeHashing.h.
|
inlinestatic |
Definition at line 189 of file TypeHashing.h.
References Empty.
|
inlinestatic |
Definition at line 193 of file TypeHashing.h.
References llvm::codeview::LocallyHashedType::Hash.
|
inlinestatic |
Definition at line 191 of file TypeHashing.h.
References Tombstone.
|
inlinestatic |
Definition at line 197 of file TypeHashing.h.
|
static |
Definition at line 186 of file TypeHashing.h.
Referenced by getEmptyKey().
|
static |
Definition at line 187 of file TypeHashing.h.
Referenced by getTombstoneKey().