Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp198 if (OwnedModules.hasModuleBeenLoaded(M)) in generateCodeForModule()
280 if (!OwnedModules.hasModuleBeenLoaded(M)) in finalizeModule()
433 else if (!OwnedModules.hasModuleBeenLoaded(M)) { in getPointerToFunction()
H A DMCJIT.h107 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() function