LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
CallSiteEntry Struct Reference

Public Member Functions

bool operator== (const CallSiteEntry &Other) const
 

Public Attributes

ArrayRef< FrameFrames
 
ArrayRef< GlobalValue::GUIDCalleeGuids
 

Detailed Description

Definition at line 448 of file MemProfUse.cpp.

Member Function Documentation

◆ operator==()

bool CallSiteEntry::operator== ( const CallSiteEntry Other) const
inline

Member Data Documentation

◆ CalleeGuids

ArrayRef<GlobalValue::GUID> CallSiteEntry::CalleeGuids

Definition at line 452 of file MemProfUse.cpp.

Referenced by handleCallSite().

◆ Frames

ArrayRef<Frame> CallSiteEntry::Frames

Definition at line 450 of file MemProfUse.cpp.

Referenced by handleCallSite(), and operator==().


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