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

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

Public Types
using key_type = CallStackId
using key_type_ref = CallStackId
using data_type = llvm::SmallVector<FrameId>
using data_type_ref = llvm::SmallVector<FrameId> &
using hash_value_type = CallStackId
using offset_type = uint64_t

Definition at line 743 of file MemProf.h.

data_type

data_type_ref

hash_value_type

key_type

key_type_ref

offset_type

ComputeHash()

hash_value_type llvm::memprof::CallStackWriterTrait::ComputeHash ( key_type_ref K) inlinestatic

EmitData()

void llvm::memprof::CallStackWriterTrait::EmitData ( raw_ostream & Out, key_type_ref , data_type_ref V, offset_type ) inline

EmitKey()

void llvm::memprof::CallStackWriterTrait::EmitKey ( raw_ostream & Out, key_type_ref K, offset_type ) inline

EmitKeyDataLength()

std::pair< offset_type, offset_type > llvm::memprof::CallStackWriterTrait::EmitKeyDataLength ( raw_ostream & Out, key_type_ref K, data_type_ref V ) inlinestatic

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