Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp114 Engine->clearGlobalMappingsFromModule(M); in TEST_F()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h304 void clearGlobalMappingsFromModule(Module *M);
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp149 clearGlobalMappingsFromModule(M); in removeModule()
237 void ExecutionEngine::clearGlobalMappingsFromModule(Module *M) { in clearGlobalMappingsFromModule() function in ExecutionEngine