Get the locations corresponding to the variable referenced by the debug info intrinsic. Depending on the intrinsic, this could be the variable's value or its address.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

iterator_range<location_op_iterator>
location_ops() const;

Return Value

A range adaptor for a pair of iterators.

Created with MrDocs