llvm::MachineIRBuilder::setDebugLoc

Set the debug location to DL for all the next build instructions.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/MachineIRBuilder.h>

void
setDebugLoc(DebugLoc const& DL);

Parameters

NameDescription
DLDebug location applied to subsequently built instructions.