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