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

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 78 typedef std::vector<GCRoot>::const_iterator live_iterator; typedef in class:llvm::GCFunctionInfo
147 live_iterator live_begin(const iterator &p) { return roots_begin(); }
148 live_iterator live_end(const iterator &p) { return roots_end(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 86 typedef std::vector<GCRoot>::const_iterator live_iterator; typedef in class:llvm::GCFunctionInfo
150 live_iterator live_begin(const iterator &p) { return roots_begin(); }
151 live_iterator live_end (const iterator &p) { return roots_end(); }

Completed in 181 milliseconds