Home
last modified time | relevance | path

Searched refs:hasModuleBeenLoaded (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp194 if (OwnedModules.hasModuleBeenLoaded(M)) in generateCodeForModule()
273 if (!OwnedModules.hasModuleBeenLoaded(M)) in finalizeModule()
413 else if (!OwnedModules.hasModuleBeenLoaded(M)) { in getPointerToFunction()
DMCJIT.h110 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp196 if (OwnedModules.hasModuleBeenLoaded(M)) in generateCodeForModule()
275 if (!OwnedModules.hasModuleBeenLoaded(M)) in finalizeModule()
427 else if (!OwnedModules.hasModuleBeenLoaded(M)) { in getPointerToFunction()
DMCJIT.h110 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() function