Lines Matching refs:gv

1278 (** [delete_global gv] destroys the global variable [gv].
1288 (** [global_succ gv] returns the global variable list position succeeding
1289 [Before gv].
1307 (** [global_pred gv] returns the global variable list position preceding
1308 [After gv].
1320 (** [is_global_constant gv] returns [true] if the global variabile [gv] is a
1325 (** [set_global_constant c gv] sets the global variable [gv] to be a constant if
1330 (** [global_initializer gv] returns the initializer for the global variable
1331 [gv]. See the method [llvm::GlobalVariable::getInitializer]. *)
1334 (** [set_initializer c gv] sets the initializer for the global variable
1335 [gv] to the constant [c].
1339 (** [remove_initializer gv] unsets the initializer for the global variable
1340 [gv].
1344 (** [is_thread_local gv] returns [true] if the global variable [gv] is
1349 (** [set_thread_local c gv] sets the global variable [gv] to be thread local if
1354 (** [is_thread_local gv] returns the thread local mode of the global
1355 variable [gv].
1359 (** [set_thread_local c gv] sets the thread local mode of the global
1360 variable [gv].
1364 (** [is_externally_initialized gv] returns [true] if the global
1365 variable [gv] is externally initialized and [false] otherwise.
1369 (** [set_externally_initialized c gv] sets the global variable [gv] to be
1412 (** [function_succ gv] returns the function list position succeeding
1413 [Before gv].
1431 (** [function_pred gv] returns the function list position preceding [After gv].
1526 (** [param_pred gv] returns the function list position preceding [After gv].