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

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

Public Types
using data_type = const Frame
using internal_key_type = FrameId
using external_key_type = FrameId
using hash_value_type = FrameId
using offset_type = uint64_t

Definition at line 704 of file MemProf.h.

data_type

external_key_type

hash_value_type

internal_key_type

offset_type

ComputeHash()

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

EqualKey()

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

GetExternalKey()

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

GetInternalKey()

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

ReadData()

ReadKey()

ReadKeyDataLength()

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

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