LLVM 20.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 301 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 321 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 323 of file ModuleSummaryIndex.h.
ValueInfo llvm::CallsiteInfo::Callee |
Definition at line 303 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
SmallVector<unsigned> llvm::CallsiteInfo::Clones {0} |
Definition at line 313 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().
SmallVector<unsigned> llvm::CallsiteInfo::StackIdIndices |
Definition at line 319 of file ModuleSummaryIndex.h.
Referenced by llvm::operator<<().