ptrName property
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;
The LLVM pointer name where this variable is allocated in memory.
This is typically an LLVM pointer register like %ptr.x
, %ptr.arr
, etc.
final String ptrName;