Home
last modified time | relevance | path

Searched refs:begin_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()
473 F = FindFunctionNamedInModulePtrSet(FnName, OwnedModules.begin_loaded(), in FindFunctionNamed()
485 GV = FindGlobalVariableNamedInModulePtrSet(Name, AllowInternal, OwnedModules.begin_loaded(), in FindGlobalVariableNamed()
DMCJIT.h91 ModulePtrSet::iterator begin_loaded() { return LoadedModules.begin(); } in begin_loaded() function