Set the raw location operand metadata directly.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

void
setRawLocation(Metadata* Location);

Description

Use of this should generally be avoided; instead, replaceVariableLocationOp and addVariableLocationOps should be used where possible to avoid creating invalid state.

Parameters

Name

Description

Location

New raw location metadata.

Created with MrDocs