Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h766 using const_defined_symbol_iterator = variable
940 iterator_range<const_defined_symbol_iterator> defined_symbols() const { in defined_symbols()
942 const_defined_symbol_iterator(Sections.begin(), Sections.end()), in defined_symbols()
943 const_defined_symbol_iterator(Sections.end(), Sections.end())); in defined_symbols()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
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()