HomeSort by: relevance | last modified time | path
    Searched defs:global_begin (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 601 global_iterator global_begin() { return GlobalList.begin(); } function in class:llvm::Module
602 const_global_iterator global_begin() const { return GlobalList.begin(); } function in class:llvm::Module
609 return make_range(global_begin(), global_end());
612 return make_range(global_begin(), global_end());
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1467 (** [global_begin m] returns the first position in the global variable list of
1468 the module [m]. [global_begin] and [global_succ] can be used to iterate
1470 See the method [llvm::Module::global_begin]. *)
1471 val global_begin : llmodule -> (llmodule, llvalue) llpos var

Completed in 27 milliseconds