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.h112 I = E = Module::global_value_iterator(); in StaticInitGVIterator()
133 I = E = Module::global_value_iterator(); in moveToNextStaticInitGlobal()
136 Module::global_value_iterator I, E;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h779 using global_value_iterator = variable
786 iterator_range<global_value_iterator> global_values();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp438 iterator_range<Module::global_value_iterator> Module::global_values() { in global_values()