Metadata record establishing a new absolute TSC base after a wrap.
| Name | Description |
|---|---|
MetadataRecord | Base class for FDR metadata records that are not function enter/exit events. |
| Name | Description |
|---|---|
MetadataType | Kind of metadata payload carried by a MetadataRecord subclass. |
RecordKind | Discriminator for concrete FDR record types in the class hierarchy. |
| Name | Description |
|---|---|
TSCWrapRecord [constructor] | Constructors |
operator= | Assignment operators |
apply [virtual] | Apply visitor V to this TSC-wrap record. |
getRecordType | Return the kind discriminator for this record. |
metadataType | Return the metadata subtype for this record. |
tsc | Return the absolute base timestamp counter value. |
| Name | Description |
|---|---|
classof | Return true if R is a TSCWrapRecord. |
kindToString | Return a human-readable name for record kind K. |
| Name | Description |
|---|---|
kMetadataBodySize | Fixed size in bytes of a metadata record body after the type header. |
| Name | Description |
|---|---|
llvm::xray::RecordInitializer | RecordVisitor that initializes FDR records by reading from a DataExtractor. |