LLVM
15.0.0git
|
#include "llvm/XRay/FDRRecords.h"
Public Member Functions | |
BufferExtents () | |
BufferExtents (uint64_t S) | |
uint64_t | size () const |
Error | apply (RecordVisitor &V) override |
![]() | |
MetadataRecord (RecordKind T, MetadataType M) | |
MetadataType | metadataType () const |
virtual | ~MetadataRecord ()=default |
![]() | |
Record (const Record &)=delete | |
Record (Record &&)=delete | |
Record & | operator= (const Record &)=delete |
Record & | operator= (Record &&)=delete |
Record (RecordKind T) | |
RecordKind | getRecordType () const |
virtual | ~Record ()=default |
Static Public Member Functions | |
static bool | classof (const Record *R) |
![]() | |
static bool | classof (const Record *R) |
![]() | |
static StringRef | kindToString (RecordKind K) |
Friends | |
class | RecordInitializer |
Definition at line 110 of file FDRRecords.h.
|
inline |
Definition at line 115 of file FDRRecords.h.
|
inlineexplicit |
Definition at line 119 of file FDRRecords.h.
|
overridevirtual |
Implements llvm::xray::Record.
Definition at line 18 of file FDRRecords.cpp.
References llvm::xray::RecordVisitor::visit().
Definition at line 128 of file FDRRecords.h.
References llvm::RISCVFenceField::R, and llvm::xray::Record::RK_Metadata_BufferExtents.
|
inline |
Definition at line 124 of file FDRRecords.h.
References llvm::Check::Size.
|
friend |
Definition at line 112 of file FDRRecords.h.