ΒΆllvm::MachineInstrBuilder BuildMI(
    llvm::MachineFunction& MF,
    const llvm::DebugLoc& DL,
    const llvm::MCInstrDesc& MCID,
    bool IsIndirect,
    ArrayRef<llvm::MachineOperand> MOs,
    const llvm::MDNode* Variable,
    const llvm::MDNode* Expr)

Description

This version of the builder builds a DBG_VALUE or DBG_VALUE_LIST intrinsic for a MachineOperand.

Declared at: llvm/include/llvm/CodeGen/MachineInstrBuilder.h:458

Parameters

llvm::MachineFunction& MF
const llvm::DebugLoc& DL
const llvm::MCInstrDesc& MCID
bool IsIndirect
ArrayRef<llvm::MachineOperand> MOs
const llvm::MDNode* Variable
const llvm::MDNode* Expr