Home
last modified time | relevance | path

Searched defs:removeModule (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/IR/
DLLVMContext.cpp76 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/external/chromium_org/native_client_sdk/src/resources/
Dcommon.js260 function removeModule() { function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h132 bool removeModule(Module *M) { in removeModule() function
DMCJIT.cpp109 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp206 bool JIT::removeModule(Module *M) { in removeModule() function in JIT
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp129 bool ExecutionEngine::removeModule(Module *M) { in removeModule() function in ExecutionEngine