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

/external/llvm/include/llvm/IR/
H A DModule.h528 global_iterator global_begin() { return GlobalList.begin(); } function in class:llvm::Module
529 const_global_iterator global_begin() const { return GlobalList.begin(); } 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/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1282 (** [global_begin m] returns the first position in the global variable list of
1283 the module [m]. [global_begin] and [global_succ] can be used to iterate
1285 See the method [llvm::Module::global_begin]. *)
1286 val global_begin : llmodule -> (llmodule, llvalue) llpos var

Completed in 1747 milliseconds