Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h316 void clearGlobalMappingsFromModule(Module *M);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp150 clearGlobalMappingsFromModule(M); in removeModule()
238 void ExecutionEngine::clearGlobalMappingsFromModule(Module *M) { in clearGlobalMappingsFromModule() function in ExecutionEngine