| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ProfileData/MemProf.h"
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 | 
Public Attributes | |
| std::vector< Frame > | Frames | 
| SmallVector< GlobalValue::GUID, 1 > | CalleeGuids | 
      
  | 
  default | 
Referenced by operator!=(), and operator==().
      
  | 
  inline | 
Definition at line 501 of file MemProf.h.
References Frames, and llvm::move().
      
  | 
  inline | 
Definition at line 502 of file MemProf.h.
References CalleeGuids, Frames, and llvm::move().
      
  | 
  inline | 
Definition at line 510 of file MemProf.h.
References CallSiteInfo(), operator==(), and llvm::Other.
      
  | 
  inline | 
Definition at line 506 of file MemProf.h.
References CalleeGuids, CallSiteInfo(), Frames, and llvm::Other.
| SmallVector<GlobalValue::GUID, 1> llvm::memprof::CallSiteInfo::CalleeGuids | 
| std::vector<Frame> llvm::memprof::CallSiteInfo::Frames | 
Definition at line 495 of file MemProf.h.
Referenced by CallSiteInfo(), CallSiteInfo(), llvm::yaml::MappingTraits< memprof::CallSiteInfo >::CallSiteInfoWithHex64Guids::denormalize(), and operator==().