Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp440 isDtors, OwnedModules.begin_loaded(), OwnedModules.end_loaded()); in runStaticConstructorsDestructors()
474 OwnedModules.end_loaded()); in FindFunctionNamed()
486 OwnedModules.end_loaded()); in FindGlobalVariableNamed()
DMCJIT.h92 ModulePtrSet::iterator end_loaded() { return LoadedModules.end(); } in end_loaded() function