Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h821 using const_defined_symbol_iterator = variable
1052 iterator_range<const_defined_symbol_iterator> defined_symbols() const { in defined_symbols()
1054 const_defined_symbol_iterator(Sections.begin(), Sections.end()), in defined_symbols()
1055 const_defined_symbol_iterator(Sections.end(), Sections.end())); in defined_symbols()