| LLVM 22.0.0git
    | 
Summary of memprof callsite metadata. More...
#include "llvm/IR/ModuleSummaryIndex.h"
| Public Member Functions | |
| CallsiteInfo (ValueInfo Callee, SmallVector< unsigned > StackIdIndices) | |
| CallsiteInfo (ValueInfo Callee, SmallVector< unsigned > Clones, SmallVector< unsigned > StackIdIndices) | |
| Public Attributes | |
| ValueInfo | Callee | 
| SmallVector< unsigned > | Clones {0} | 
| SmallVector< unsigned > | StackIdIndices | 
Summary of memprof callsite metadata.
Definition at line 357 of file ModuleSummaryIndex.h.
| 
 | inline | 
Definition at line 377 of file ModuleSummaryIndex.h.
References Callee, llvm::move(), and StackIdIndices.
| 
 | inline | 
Definition at line 379 of file ModuleSummaryIndex.h.
References Callee, Clones, llvm::move(), and StackIdIndices.
| ValueInfo llvm::CallsiteInfo::Callee | 
Definition at line 359 of file ModuleSummaryIndex.h.
Referenced by CallsiteInfo(), CallsiteInfo(), and llvm::operator<<().
| SmallVector<unsigned> llvm::CallsiteInfo::Clones {0} | 
Definition at line 369 of file ModuleSummaryIndex.h.
Referenced by CallsiteInfo(), and llvm::operator<<().
| SmallVector<unsigned> llvm::CallsiteInfo::StackIdIndices | 
Definition at line 375 of file ModuleSummaryIndex.h.
Referenced by CallsiteInfo(), CallsiteInfo(), and llvm::operator<<().