Lines Matching refs:variable
5 a user variable to reside in different locations during different parts
8 For example, a variable might reside in the stack for part of a function
12 Clearly, if a variable may reside in different locations, then the
13 compiler must describe to the debugger where the variable resides for
76 The compiler and debugger view a variable with multiple homes as
78 describes the default home of the variable while aliases describe
79 alternate homes for the variable.
95 When a variable's storage class changes (eg. from stack to register,
98 and appropriate live ranges refering to the variable's initial
104 Live ranges for aliases of a particular variable should always
105 be disjoint. Overlapping ranges for aliases of the same variable
181 The way to describe this is to create a stab for the variable "a" which
182 describes "a" as living in the stack and an alias for the variable "a"
195 any given variable with aliases and that chain will be searched first
197 debugger will assume that the main variable is active.