| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
| IndexedCallSiteInfo ()=default | |
| IndexedCallSiteInfo (CallStackId CSId) | |
| IndexedCallSiteInfo (CallStackId CSId, SmallVector< GlobalValue::GUID, 1 > CalleeGuids) | |
| bool | operator== (const IndexedCallSiteInfo &Other) const | 
| bool | operator!= (const IndexedCallSiteInfo &Other) const | 
Public Attributes | |
| CallStackId | CSId = 0 | 
| SmallVector< GlobalValue::GUID, 1 > | CalleeGuids | 
      
  | 
  default | 
Referenced by operator!=(), and operator==().
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 366 of file MemProf.h.
References CalleeGuids, CSId, and llvm::move().
      
  | 
  inline | 
Definition at line 374 of file MemProf.h.
References IndexedCallSiteInfo(), operator==(), and llvm::Other.
      
  | 
  inline | 
Definition at line 370 of file MemProf.h.
References CalleeGuids, CSId, IndexedCallSiteInfo(), and llvm::Other.
| SmallVector<GlobalValue::GUID, 1> llvm::memprof::IndexedCallSiteInfo::CalleeGuids | 
Definition at line 362 of file MemProf.h.
Referenced by IndexedCallSiteInfo(), and operator==().
| CallStackId llvm::memprof::IndexedCallSiteInfo::CSId = 0 | 
Definition at line 360 of file MemProf.h.
Referenced by IndexedCallSiteInfo(), IndexedCallSiteInfo(), and operator==().