Set of metadata that should be preserved when using BuildMI(). This provides a more convenient way of preserving certain data from the original instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstrBuilder.h>

class MIMetadata;

Member Functions

Name

Description

MIMetadata [constructor]

Constructors

getDL

Return the debug location.

getDeactivationSymbol

Return the deactivation symbol, or nullptr if none.

getMMRAMetadata

Return the MMRA metadata, or nullptr if none.

getPCSections

Return the PC‐sections metadata, or nullptr if none.

Created with MrDocs