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

/external/llvm/include/llvm/IR/
H A DModule.h530 global_iterator global_end () { return GlobalList.end(); } function in class:llvm::Module
531 const_global_iterator global_end () const { return GlobalList.end(); } function in class:llvm::Module
535 return iterator_range<global_iterator>(global_begin(), global_end());
538 return iterator_range<const_global_iterator>(global_begin(), global_end());
/external/libpng/contrib/tools/
H A Dpngfix.c720 global_end(struct global *global) function
4014 return global_end(&global);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1301 (** [global_end m] returns the last position in the global variable list of the
1302 module [m]. [global_end] and [global_pred] can be used to iterate over the
1304 See the method [llvm::Module::global_end]. *)
1305 val global_end : llmodule -> (llmodule, llvalue) llrev_pos var

Completed in 88 milliseconds