LLVM 22.0.0git
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

Definition at line 458 of file MemProfUse.cpp.

References Frames, and llvm::Other.

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: