HomeSort by relevance Sort by last modified time
    Searched defs:global_object_iterator (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Module.h 650 typedef global_object_iterator_t</*IsConst=*/false> global_object_iterator; typedef in class:llvm::Module
654 global_object_iterator global_object_begin() {
655 return global_object_iterator(*this);
657 global_object_iterator global_object_end() {
658 return global_object_iterator(*this, 0);
668 iterator_range<global_object_iterator> global_objects() {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 606 global_object_iterator; typedef in class:llvm::Module
611 iterator_range<global_object_iterator> global_objects() {
618 global_object_iterator global_object_begin() {
621 global_object_iterator global_object_end() { return global_objects().end(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 606 global_object_iterator; typedef in class:llvm::Module
611 iterator_range<global_object_iterator> global_objects() {
618 global_object_iterator global_object_begin() {
621 global_object_iterator global_object_end() { return global_objects().end(); }
    [all...]

Completed in 99 milliseconds