createMCAsmBackend - Create a target specific assembly backend.
Declared in <llvm/MC/TargetRegistry.h>
MCAsmBackend*
createMCAsmBackend(
MCSubtargetInfo const& STI,
MCRegisterInfo const& MRI,
MCTargetOptions const& Options) const;
A new MCAsmBackend, or nullptr if none is registered.
| Name | Description |
|---|---|
| STI | The subtarget information. |
| MRI | The register information. |
| Options | Target-specific assembly options. |