LLVM: CallSiteEntry Struct Reference (original) (raw)
| Public Member Functions | |
|---|---|
| bool | operator== (const CallSiteEntry &Other) const |
| Public Attributes | |
|---|---|
| ArrayRef< Frame > | Frames |
| ArrayRef< GlobalValue::GUID > | CalleeGuids |
Detailed Description
Definition at line 507 of file MemProfUse.cpp.
Member Function Documentation
◆ operator==()
| bool CallSiteEntry::operator== ( const CallSiteEntry & Other) const | inline |
|---|
Definition at line 517 of file MemProfUse.cpp.
References Frames, and llvm::Other.
Member Data Documentation
◆ CalleeGuids
ArrayRef<GlobalValue::GUID> CallSiteEntry::CalleeGuids
Definition at line 511 of file MemProfUse.cpp.
Referenced by handleCallSite().
◆ Frames
ArrayRef<Frame> CallSiteEntry::Frames
Definition at line 509 of file MemProfUse.cpp.
Referenced by handleCallSite(), and operator==().
The documentation for this struct was generated from the following file:
- lib/Transforms/Instrumentation/MemProfUse.cpp