Append location operands and set a matching DIExpression.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

void
addVariableLocationOps(
    ArrayRef<Value*> NewValues,
    DIExpression* NewExpr);

Description

Adding a new location operand will always result in this intrinsic using an ArgList, and must always be accompanied by a new expression that uses the new operand.

Parameters

Name

Description

NewValues

Additional location values to append.

NewExpr

Expression that references the new operands.

Created with MrDocs