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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp197 if (OwnedModules.hasModuleBeenLoaded(M))
280 if (!OwnedModules.hasModuleBeenLoaded(M))
433 else if (!OwnedModules.hasModuleBeenLoaded(M)) {
H A DMCJIT.h108 bool hasModuleBeenLoaded(Module *M) { function in class:llvm::MCJIT::OwningModuleContainer

Completed in 157 milliseconds