Metadata record carrying one argument value for a function enter-with-args.
| 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 |
|---|---|
CallArgRecord [constructor] | Constructors |
operator= | Assignment operators |
apply [virtual] | Apply visitor V to this call-argument record. |
arg | Return the argument value. |
getRecordType | Return the kind discriminator for this record. |
metadataType | Return the metadata subtype for this record. |
| Name | Description |
|---|---|
classof | Return true if R is a CallArgRecord. |
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. |