LLVM 20.0.0git
|
#include "llvm/DWARFLinker/StringPool.h"
Static Public Member Functions | |
static uint64_t | getHashValue (const StringRef &Key) |
static bool | isEqual (const StringRef &LHS, const StringRef &RHS) |
static StringRef | getKey (const StringEntry &KeyData) |
static StringEntry * | create (const StringRef &Key, llvm::parallel::PerThreadBumpPtrAllocator &Allocator) |
Definition at line 25 of file StringPool.h.
|
inlinestatic |
Definition at line 44 of file StringPool.h.
References Allocator, and llvm::StringMapEntry< ValueTy >::create().
|
inlinestatic |
Key
. Definition at line 28 of file StringPool.h.
References llvm::xxh3_64bits().
|
inlinestatic |
KeyData
. Definition at line 38 of file StringPool.h.
References llvm::StringMapEntry< ValueTy >::getKey().
|
inlinestatic |
LHS
and RHS
are equal. Definition at line 33 of file StringPool.h.