LLVM: llvm::memprof::RecordLookupTrait Class Reference (original) (raw)

#include "[llvm/ProfileData/MemProf.h](MemProf%5F8h%5Fsource.html)"

Public Types
using data_type = const IndexedMemProfRecord &
using internal_key_type = uint64_t
using external_key_type = uint64_t
using hash_value_type = uint64_t
using offset_type = uint64_t
Public Member Functions
RecordLookupTrait ()=delete
RecordLookupTrait (IndexedVersion V, const MemProfSchema &S)
hash_value_type ComputeHash (uint64_t K)
uint64_t ReadKey (const unsigned char *D, offset_type)
data_type ReadData (uint64_t K, const unsigned char *D, offset_type)

Definition at line 555 of file MemProf.h.

data_type

external_key_type

hash_value_type

internal_key_type

offset_type

llvm::memprof::RecordLookupTrait::RecordLookupTrait ( ) delete

RecordLookupTrait() [2/2]

ComputeHash()

hash_value_type llvm::memprof::RecordLookupTrait::ComputeHash ( uint64_t K) inline

EqualKey()

GetExternalKey()

uint64_t llvm::memprof::RecordLookupTrait::GetExternalKey ( uint64_t K) inlinestatic

GetInternalKey()

uint64_t llvm::memprof::RecordLookupTrait::GetInternalKey ( uint64_t K) inlinestatic

ReadData()

ReadKey()

ReadKeyDataLength()

std::pair< offset_type, offset_type > llvm::memprof::RecordLookupTrait::ReadKeyDataLength ( const unsigned char *& D) inlinestatic

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