LLVM: llvm::memprof::CallSiteInfo Struct Reference (original) (raw)

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

Public Member Functions
CallSiteInfo ()=default
CallSiteInfo (std::vector< Frame > Frames)
CallSiteInfo (std::vector< Frame > Frames, SmallVector< GlobalValue::GUID, 1 > CalleeGuids)
bool operator== (const CallSiteInfo &Other) const
bool operator!= (const CallSiteInfo &Other) const

Definition at line 493 of file MemProf.h.

llvm::memprof::CallSiteInfo::CallSiteInfo ( ) default

CallSiteInfo() [2/3]

llvm::memprof::CallSiteInfo::CallSiteInfo ( std::vector< Frame > Frames) inline

CallSiteInfo() [3/3]

operator!=()

operator==()

CalleeGuids

Frames

std::vector<Frame> llvm::memprof::CallSiteInfo::Frames


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