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

/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h78 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/
H A DGCMetadata.h86 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 42 milliseconds