Searched defs:global_end (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DModule.h514 global_iterator global_end () { return GlobalList.end(); } function in class:llvm::Module
515 const_global_iterator global_end () const { return GlobalList.end(); } function in class:llvm::Module
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1222 (** [global_end m] returns the last position in the global variable list of the
1223 module [m]. [global_end] and [global_pred] can be used to iterate over the
1225 See the method [llvm::Module::global_end]. *)
1226 val global_end : llmodule -> (llmodule, llvalue) llrev_pos var

Completed in 63 milliseconds