LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/Native/NamedStreamMap.h"
Public Member Functions | |
NamedStreamMapTraits (NamedStreamMap &NS) | |
uint16_t | hashLookupKey (StringRef S) const |
StringRef | storageKeyToLookupKey (uint32_t Offset) const |
uint32_t | lookupKeyToStorageKey (StringRef S) |
Public Attributes | |
NamedStreamMap * | NS |
Definition at line 27 of file NamedStreamMap.h.
|
explicit |
Definition at line 26 of file NamedStreamMap.cpp.
Definition at line 28 of file NamedStreamMap.cpp.
References llvm::pdb::hashStringV1().
Definition at line 42 of file NamedStreamMap.cpp.
References llvm::pdb::NamedStreamMap::appendStringData(), and NS.
Definition at line 38 of file NamedStreamMap.cpp.
References llvm::pdb::NamedStreamMap::getString(), NS, and llvm::pdb::Offset.
NamedStreamMap* llvm::pdb::NamedStreamMapTraits::NS |
Definition at line 28 of file NamedStreamMap.h.
Referenced by lookupKeyToStorageKey(), and storageKeyToLookupKey().