Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDSymbolicFile.h142 typedef iterator_range<basic_symbol_iterator> basic_symbol_iterator_range; typedef
143 basic_symbol_iterator_range symbols() const { in symbols()
144 return basic_symbol_iterator_range(symbol_begin(), symbol_end()); in symbols()