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 |
|
Constructors |
Return the debug location. |
|
Return the deactivation symbol, or nullptr if none. |
|
Return the MMRA metadata, or nullptr if none. |
|
Return the PC‐sections metadata, or nullptr if none. |
Created with MrDocs