LLVM
12.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 29 of file NamedStreamMap.h.
|
explicit |
Definition at line 29 of file NamedStreamMap.cpp.
Definition at line 31 of file NamedStreamMap.cpp.
References llvm::pdb::hashStringV1().
Definition at line 45 of file NamedStreamMap.cpp.
References llvm::pdb::NamedStreamMap::appendStringData(), and NS.
Definition at line 41 of file NamedStreamMap.cpp.
References llvm::pdb::NamedStreamMap::getString(), NS, and Offset.
NamedStreamMap* llvm::pdb::NamedStreamMapTraits::NS |
Definition at line 30 of file NamedStreamMap.h.
Referenced by lookupKeyToStorageKey(), and storageKeyToLookupKey().