Lines Matching refs:variable
344 which also takes a variable number of arguments.
602 as the initializer for a global variable. See the method
608 value can in turn be used as the initializer for a global variable.
614 This value can in turn be used as the initializer for a global variable.
621 for a global variable. See the method [llvm::ConstantStruct::get]. *)
628 the initializer for a global variable. See the method
1012 (** [declare_global ty name m] returns a new global variable of type [ty] and
1014 global variable already exists, it is returned. If the type of the existing
1019 (** [declare_qualified_global ty name addrspace m] returns a new global variable
1021 [addrspace]. If such a global variable already exists, it is returned. If
1043 (** [lookup_global name m] returns [Some g] if a global variable with name
1049 (** [delete_global gv] destroys the global variable [gv].
1053 (** [global_begin m] returns the first position in the global variable list of
1060 (** [global_succ gv] returns the global variable list position succeeding
1074 (** [global_end m] returns the last position in the global variable list of the
1081 (** [global_pred gv] returns the global variable list position preceding
1100 (** [set_global_constant c gv] sets the global variable [gv] to be a constant if
1106 (** [global_initializer gv] returns the initializer for the global variable
1110 (** [set_initializer c gv] sets the initializer for the global variable
1115 (** [remove_initializer gv] unsets the initializer for the global variable
1120 (** [is_thread_local gv] returns [true] if the global variable [gv] is
1125 (** [set_thread_local c gv] sets the global variable [gv] to be thread local if