Home
last modified time | relevance | path

Searched refs:throw_begin (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h260 throw_iterator throw_begin() { return Throwers.begin(); } in throw_begin() function
261 const_throw_iterator throw_begin() const { return Throwers.begin(); } in throw_begin() function
305 return iterator_range<throw_iterator>(throw_begin(), throw_end()); in throwers()
309 return iterator_range<const_throw_iterator>(throw_begin(), throw_end()); in throwers()