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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DModule.h455 global_iterator global_end () { return GlobalList.end(); } function in class:llvm::Module
456 const_global_iterator global_end () const { return GlobalList.end(); } function in class:llvm::Module
/external/llvm/include/llvm/IR/
H A DModule.h537 global_iterator global_end () { return GlobalList.end(); } function in class:llvm::Module
538 const_global_iterator global_end () const { return GlobalList.end(); } function in class:llvm::Module
542 return make_range(global_begin(), global_end());
545 return make_range(global_begin(), global_end());
626 : function_i(M.end()), function_e(M.end()), global_i(M.global_end()) {}
/external/libpng/contrib/tools/
H A Dpngfix.c726 global_end(struct global *global) function
4018 return global_end(&global);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1386 (** [global_end m] returns the last position in the global variable list of the
1387 module [m]. [global_end] and [global_pred] can be used to iterate over the
1389 See the method [llvm::Module::global_end]. *)
1390 val global_end : llmodule -> (llmodule, llvalue) llrev_pos var
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli1221 (** [global_end m] returns the last position in the global variable list of the
1222 module [m]. [global_end] and [global_pred] can be used to iterate over the
1224 See the method [llvm::Module::global_end]. *)
1225 val global_end : llmodule -> (llmodule, llvalue) llrev_pos var

Completed in 272 milliseconds