Home | History | Annotate | Download | only in llvm

Lines Matching refs:gv

1197 (** [delete_global gv] destroys the global variable [gv].
1208 (** [global_succ gv] returns the global variable list position succeeding
1209 [Before gv].
1229 (** [global_pred gv] returns the global variable list position preceding
1230 [After gv].
1243 (** [is_global_constant gv] returns [true] if the global variabile [gv] is a
1248 (** [set_global_constant c gv] sets the global variable [gv] to be a constant if
1254 (** [global_initializer gv] returns the initializer for the global variable
1255 [gv]. See the method [llvm::GlobalVariable::getInitializer]. *)
1258 (** [set_initializer c gv] sets the initializer for the global variable
1259 [gv] to the constant [c].
1263 (** [remove_initializer gv] unsets the initializer for the global variable
1264 [gv].
1268 (** [is_thread_local gv] returns [true] if the global variable [gv] is
1273 (** [set_thread_local c gv] sets the global variable [gv] to be thread local if
1321 (** [function_succ gv] returns the function list position succeeding
1322 [Before gv].
1342 (** [function_pred gv] returns the function list position preceding [After gv].
1434 (** [param_pred gv] returns the function list position preceding [After gv].
1515 (** [block_pred gv] returns the function list position preceding [After gv].