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

/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp106 Engine->clearGlobalMappingsFromModule(M);
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h284 /// clearGlobalMappingsFromModule - Clear all global mappings that came from a
286 void clearGlobalMappingsFromModule(Module *M);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp125 clearGlobalMappingsFromModule(M);
184 void ExecutionEngine::clearGlobalMappingsFromModule(Module *M) { function in class:ExecutionEngine

Completed in 36 milliseconds