LLVM  8.0.1
Public Member Functions | List of all members
llvm::pdb::PdbHashTraits< uint32_t > Struct Template Reference

#include "llvm/DebugInfo/PDB/Native/HashTable.h"

Public Member Functions

uint32_t hashLookupKey (uint32_t N) const
 
uint32_t storageKeyToLookupKey (uint32_t N) const
 
uint32_t lookupKeyToStorageKey (uint32_t N)
 

Detailed Description

template<>
struct llvm::pdb::PdbHashTraits< uint32_t >

Definition at line 98 of file HashTable.h.

Member Function Documentation

◆ hashLookupKey()

uint32_t llvm::pdb::PdbHashTraits< uint32_t >::hashLookupKey ( uint32_t  N) const
inline

Definition at line 99 of file HashTable.h.

References N.

◆ lookupKeyToStorageKey()

uint32_t llvm::pdb::PdbHashTraits< uint32_t >::lookupKeyToStorageKey ( uint32_t  N)
inline

Definition at line 101 of file HashTable.h.

References N, and Size.

◆ storageKeyToLookupKey()

uint32_t llvm::pdb::PdbHashTraits< uint32_t >::storageKeyToLookupKey ( uint32_t  N) const
inline

Definition at line 100 of file HashTable.h.

References N.


The documentation for this struct was generated from the following file: