Home
last modified time | relevance | path

Searched refs:hasModuleBeenLoaded (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.cpp195 if (OwnedModules.hasModuleBeenLoaded(M)) in generateCodeForModule()
274 if (!OwnedModules.hasModuleBeenLoaded(M)) in finalizeModule()
427 else if (!OwnedModules.hasModuleBeenLoaded(M)) { in getPointerToFunction()
DMCJIT.h109 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() function