LLVM 20.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Types | |
using | key_type = FrameId |
using | key_type_ref = FrameId |
using | data_type = Frame |
using | data_type_ref = Frame & |
using | hash_value_type = FrameId |
using | offset_type = uint64_t |
Public Member Functions | |
void | EmitKey (raw_ostream &Out, key_type_ref K, offset_type) |
void | EmitData (raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) |
Static Public Member Functions | |
static hash_value_type | ComputeHash (key_type_ref K) |
static std::pair< offset_type, offset_type > | EmitKeyDataLength (raw_ostream &Out, key_type_ref K, data_type_ref V) |
|
inlinestatic |
|
inline |
|
inline |
Definition at line 658 of file MemProf.h.
References llvm::little.
|
inlinestatic |
Definition at line 648 of file MemProf.h.
References llvm::little, and N.