LLVM: llvm::memprof::IndexedMemProfRecord Struct Reference (original) (raw)
#include "[llvm/ProfileData/MemProf.h](MemProf%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| void | clear () |
| void | merge (const IndexedMemProfRecord &Other) |
| LLVM_ABI size_t | serializedSize (const MemProfSchema &Schema, IndexedVersion Version) const |
| bool | operator== (const IndexedMemProfRecord &Other) const |
| LLVM_ABI void | serialize (const MemProfSchema &Schema, raw_ostream &OS, IndexedVersion Version, llvm::DenseMap< CallStackId, LinearCallStackId > *MemProfCallStackIndexes=nullptr) const |
| LLVM_ABI MemProfRecord | toMemProfRecord (llvm::function_ref< std::vector< Frame >(const CallStackId)> Callback) const |
Definition at line 438 of file MemProf.h.
◆ clear()
| void llvm::memprof::IndexedMemProfRecord::clear ( ) | inline |
|---|
◆ deserialize()
◆ merge()
◆ operator==()
◆ serialize()
◆ serializedSize()
◆ toMemProfRecord()
◆ AllocSites
◆ CallSites
The documentation for this struct was generated from the following files:
- include/llvm/ProfileData/MemProf.h
- lib/ProfileData/MemProf.cpp