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

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

Public Types
using data_type = const llvm::SmallVector<FrameId>
using internal_key_type = CallStackId
using external_key_type = CallStackId
using hash_value_type = CallStackId
using offset_type = uint64_t

Definition at line 785 of file MemProf.h.

data_type

external_key_type

hash_value_type

internal_key_type

offset_type

ComputeHash()

hash_value_type llvm::memprof::CallStackLookupTrait::ComputeHash ( internal_key_type K) inline

EqualKey()

bool llvm::memprof::CallStackLookupTrait::EqualKey ( internal_key_type A, internal_key_type B ) inlinestatic

GetExternalKey()

uint64_t llvm::memprof::CallStackLookupTrait::GetExternalKey ( external_key_type K) inlinestatic

GetInternalKey()

uint64_t llvm::memprof::CallStackLookupTrait::GetInternalKey ( internal_key_type K) inlinestatic

ReadData()

ReadKey()

ReadKeyDataLength()

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

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