Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp454 isDtors, OwnedModules.begin_loaded(), OwnedModules.end_loaded()); in runStaticConstructorsDestructors()
488 OwnedModules.end_loaded()); in FindFunctionNamed()
500 OwnedModules.end_loaded()); in FindGlobalVariableNamed()
DMCJIT.h91 ModulePtrSet::iterator end_loaded() { return LoadedModules.end(); } in end_loaded() function