Searched refs:ExceptionStreamsIterator (Results 1 – 4 of 4) sorted by relevance
234 class ExceptionStreamsIterator {236 ExceptionStreamsIterator(ArrayRef<minidump::Directory> Streams, in ExceptionStreamsIterator() function240 bool operator==(const ExceptionStreamsIterator &R) const {244 bool operator!=(const ExceptionStreamsIterator &R) const {252 ExceptionStreamsIterator &operator++() {270 LLVM_ABI iterator_range<ExceptionStreamsIterator> getExceptionStreams() const;
64 using ExceptionStreamsIterator = variable65 llvm::object::MinidumpFile::ExceptionStreamsIterator;103 llvm::iterator_range<ExceptionStreamsIterator> GetExceptionStreams();
424 llvm::iterator_range<ExceptionStreamsIterator>
55 iterator_range<llvm::object::MinidumpFile::ExceptionStreamsIterator>57 return make_range(ExceptionStreamsIterator(ExceptionStreams, this), in getExceptionStreams()58 ExceptionStreamsIterator({}, this)); in getExceptionStreams()