| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: typinfo.pp line 147
type TParameterLocation = packed record  | 
public  | 
RegSub: TSubRegister;  | 
RegNumber: Word;  | 
Offset: SizeInt;  | 
property Reference: Boolean; [r]  | 
property RegType: TRegisterType; [r]  | 
property ShiftVal: Int8; [r]  | 
  | 
end;  |