LLVM 22.0.0git
|
#include "llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h"
Public Member Functions | |
LLVM_ABI | StringTableHashTraits (PDBStringTableBuilder &Table) |
LLVM_ABI uint32_t | hashLookupKey (StringRef S) const |
LLVM_ABI StringRef | storageKeyToLookupKey (uint32_t Offset) const |
LLVM_ABI uint32_t | lookupKeyToStorageKey (StringRef S) |
Public Attributes | |
PDBStringTableBuilder * | Table |
Definition at line 35 of file PDBStringTableBuilder.h.
|
explicit |
Definition at line 26 of file PDBStringTableBuilder.cpp.
References Table.
Definition at line 29 of file PDBStringTableBuilder.cpp.
References Table.
Definition at line 43 of file PDBStringTableBuilder.cpp.
References Table.
Definition at line 39 of file PDBStringTableBuilder.cpp.
References llvm::pdb::Offset, and Table.
PDBStringTableBuilder* llvm::pdb::StringTableHashTraits::Table |
Definition at line 36 of file PDBStringTableBuilder.h.
Referenced by hashLookupKey(), lookupKeyToStorageKey(), storageKeyToLookupKey(), and StringTableHashTraits().