Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h113 I = E = Module::global_value_iterator(); in StaticInitGVIterator()
134 I = E = Module::global_value_iterator(); in moveToNextStaticInitGlobal()
137 Module::global_value_iterator I, E;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h762 using global_value_iterator = variable
769 iterator_range<global_value_iterator> global_values();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp448 iterator_range<Module::global_value_iterator> Module::global_values() { in global_values()