Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h262 throw_iterator throw_end() { return Throwers.end(); } in throw_end() function
263 const_throw_iterator throw_end() const { return Throwers.end(); } in throw_end() 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()