|
LLVM 23.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeHashing.h"
Static Public Member Functions | |
| static codeview::GloballyHashedType | getEmptyKey () |
| static codeview::GloballyHashedType | getTombstoneKey () |
| static unsigned | getHashValue (codeview::GloballyHashedType Val) |
| static bool | isEqual (codeview::GloballyHashedType LHS, codeview::GloballyHashedType RHS) |
Static Public Attributes | |
| static LLVM_ABI codeview::GloballyHashedType | Empty |
| static LLVM_ABI codeview::GloballyHashedType | Tombstone |
Definition at line 205 of file TypeHashing.h.
|
inlinestatic |
Definition at line 209 of file TypeHashing.h.
References Empty.
|
inlinestatic |
Definition at line 213 of file TypeHashing.h.
References llvm::codeview::GloballyHashedType::Hash.
|
inlinestatic |
Definition at line 211 of file TypeHashing.h.
References Tombstone.
|
inlinestatic |
Definition at line 217 of file TypeHashing.h.
|
static |
Definition at line 206 of file TypeHashing.h.
Referenced by getEmptyKey().
|
static |
Definition at line 207 of file TypeHashing.h.
Referenced by getTombstoneKey().