LLVM 18.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 290 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 310 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 312 of file ModuleSummaryIndex.h.
ValueInfo llvm::CallsiteInfo::Callee |
Definition at line 292 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
SmallVector<unsigned> llvm::CallsiteInfo::Clones {0} |
Definition at line 302 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
SmallVector<unsigned> llvm::CallsiteInfo::StackIdIndices |
Definition at line 308 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().