ptrName property

String ptrName
final

The LLVM pointer name where this variable is allocated in memory.

This is typically an LLVM pointer register like %ptr.x, %ptr.arr, etc.

Implementation

final String ptrName;