strCount property
getter/setter pair
Global counter for generating unique string constant names.
Used to create unique LLVM global variable names for string constants in the format "@str.N" where N is an incrementing counter.
Implementation
static int strCount = 0;