Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h106 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() function
DMCJIT.cpp422 bool HasBeenAddedButNotLoaded = OwnedModules.hasModuleBeenAddedButNotLoaded(M); in getPointerToFunction()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h106 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() function
DMCJIT.cpp408 bool HasBeenAddedButNotLoaded = OwnedModules.hasModuleBeenAddedButNotLoaded(M); in getPointerToFunction()