|
LLVM
8.0.1
|
#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 30 of file NamedStreamMap.h.
|
explicit |
Definition at line 30 of file NamedStreamMap.cpp.
| uint16_t NamedStreamMapTraits::hashLookupKey | ( | StringRef | S | ) | const |
Definition at line 32 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(), and NS.
| NamedStreamMap* llvm::pdb::NamedStreamMapTraits::NS |
Definition at line 31 of file NamedStreamMap.h.
Referenced by lookupKeyToStorageKey(), and storageKeyToLookupKey().
1.8.13