LLVM 20.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
CallStackIdConverter ()=delete | |
CallStackIdConverter (MapTy &Map, llvm::function_ref< Frame(FrameId)> FrameIdToFrame) | |
CallStackIdConverter (const CallStackIdConverter &)=delete | |
CallStackIdConverter & | operator= (const CallStackIdConverter &)=delete |
std::vector< Frame > | operator() (CallStackId CSId) |
Public Attributes | |
std::optional< CallStackId > | LastUnmappedId |
MapTy & | Map |
llvm::function_ref< Frame(FrameId)> | FrameIdToFrame |
|
delete |
|
inline |
|
delete |
|
inline |
Definition at line 857 of file MemProf.h.
References llvm::memprof::CallStackIdConverter< MapTy >::FrameIdToFrame, llvm::memprof::CallStackIdConverter< MapTy >::LastUnmappedId, llvm::memprof::CallStackIdConverter< MapTy >::Map, llvm::SmallVectorImpl< T >::reserve(), and llvm::SmallVectorBase< Size_T >::size().
|
delete |
llvm::function_ref<Frame(FrameId)> llvm::memprof::CallStackIdConverter< MapTy >::FrameIdToFrame |
Definition at line 844 of file MemProf.h.
Referenced by llvm::memprof::CallStackIdConverter< MapTy >::operator()().
std::optional<CallStackId> llvm::memprof::CallStackIdConverter< MapTy >::LastUnmappedId |
Definition at line 842 of file MemProf.h.
Referenced by getMemProfRecordV2(), and llvm::memprof::CallStackIdConverter< MapTy >::operator()().
MapTy& llvm::memprof::CallStackIdConverter< MapTy >::Map |
Definition at line 843 of file MemProf.h.
Referenced by llvm::memprof::CallStackIdConverter< MapTy >::operator()().