LLVM 20.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
LinearCallStackIdConverter ()=delete | |
LinearCallStackIdConverter (const unsigned char *CallStackBase, std::function< Frame(LinearFrameId)> FrameIdToFrame) | |
std::vector< Frame > | operator() (LinearCallStackId LinearCSId) |
Public Attributes | |
const unsigned char * | CallStackBase |
std::function< Frame(LinearFrameId)> | FrameIdToFrame |
|
delete |
|
inline |
|
inline |
Definition at line 899 of file MemProf.h.
References assert(), CallStackBase, FrameIdToFrame, and Ptr.
Definition at line 891 of file MemProf.h.
Referenced by operator()().
std::function<Frame(LinearFrameId)> llvm::memprof::LinearCallStackIdConverter::FrameIdToFrame |
Definition at line 892 of file MemProf.h.
Referenced by operator()().