Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h935 using const_defined_symbol_iterator = variable
1213 iterator_range<const_defined_symbol_iterator> defined_symbols() const { in defined_symbols()
1215 const_defined_symbol_iterator(Sections.begin(), Sections.end()), in defined_symbols()
1216 const_defined_symbol_iterator(Sections.end(), Sections.end())); in defined_symbols()