LLVM 18.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
Frame (const Frame &Other) | |
Frame (uint64_t Hash, uint32_t Off, uint32_t Col, bool Inline) | |
bool | operator== (const Frame &Other) const |
Frame & | operator= (const Frame &Other) |
bool | operator!= (const Frame &Other) const |
void | serialize (raw_ostream &OS) const |
void | printYAML (raw_ostream &OS) const |
FrameId | hash () const |
Static Public Member Functions | |
static Frame | deserialize (const unsigned char *Ptr) |
static constexpr size_t | serializedSize () |
Public Attributes | |
GlobalValue::GUID | Function |
std::optional< std::string > | SymbolName |
uint32_t | LineOffset |
uint32_t | Column |
bool | IsInlineFrame |
Definition at line 157 of file MemProf.h.
References Column, IsInlineFrame, LineOffset, llvm::Other, and SymbolName.
Definition at line 204 of file MemProf.h.
References llvm::CallingConv::C, F, I, and Ptr.
Referenced by llvm::memprof::FrameLookupTrait::ReadData().
|
inline |
Definition at line 234 of file MemProf.h.
References Column, IsInlineFrame, LineOffset, and Seed.
Definition at line 184 of file MemProf.h.
References operator==(), and llvm::Other.
Definition at line 175 of file MemProf.h.
References Column, IsInlineFrame, LineOffset, llvm::Other, and SymbolName.
Definition at line 168 of file MemProf.h.
References Column, IsInlineFrame, LineOffset, and llvm::Other.
Referenced by operator!=().
|
inline |
Definition at line 222 of file MemProf.h.
References Column, IsInlineFrame, LineOffset, OS, and SymbolName.
|
inline |
Definition at line 187 of file MemProf.h.
References Column, Function, IsInlineFrame, LineOffset, and OS.
|
inlinestaticconstexpr |
Definition at line 216 of file MemProf.h.
References Column, Function, IsInlineFrame, and LineOffset.
uint32_t llvm::memprof::Frame::Column |
Definition at line 153 of file MemProf.h.
Referenced by computeStackId(), Frame(), hash(), operator=(), operator==(), printYAML(), serialize(), and serializedSize().
GlobalValue::GUID llvm::memprof::Frame::Function |
Definition at line 145 of file MemProf.h.
Referenced by computeStackId(), serialize(), and serializedSize().
bool llvm::memprof::Frame::IsInlineFrame |
Definition at line 155 of file MemProf.h.
Referenced by Frame(), hash(), operator=(), operator==(), printYAML(), serialize(), and serializedSize().
uint32_t llvm::memprof::Frame::LineOffset |
Definition at line 150 of file MemProf.h.
Referenced by computeStackId(), Frame(), hash(), operator=(), operator==(), printYAML(), serialize(), and serializedSize().
std::optional<std::string> llvm::memprof::Frame::SymbolName |
Definition at line 148 of file MemProf.h.
Referenced by Frame(), operator=(), and printYAML().