LLDB
mainline
|
#include <MappedHash.h>
Classes | |
struct | Header |
class | MemoryTable |
Public Types | |
enum | HashFunctionType { eHashFunctionDJB = 0u } |
Static Public Member Functions | |
static uint32_t | HashString (uint32_t hash_function, llvm::StringRef s) |
Static Public Attributes | |
static const uint32_t | HASH_MAGIC = 0x48415348u |
static const uint32_t | HASH_CIGAM = 0x48534148u |
Definition at line 24 of file MappedHash.h.
Enumerator | |
---|---|
eHashFunctionDJB |
Definition at line 26 of file MappedHash.h.
Definition at line 31 of file MappedHash.h.
References eHashFunctionDJB.
Referenced by MappedHash::MemoryTable< uint32_t, DWARFMappedHash::Header, DIEInfoArray >::Find().
|
static |
Definition at line 43 of file MappedHash.h.
Referenced by MappedHash::Header< Prologue >::Read().
|
static |
Definition at line 42 of file MappedHash.h.
Referenced by MappedHash::Header< Prologue >::Read().