HomeSort by relevance Sort by last modified time
    Searched refs:removeModule (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad.js 25 function removeModule(module) {
35 removeModule(module);
42 removeModule(module);
  /external/llvm/include/llvm/IR/
LLVMContext.h 103 /// removeModule - Unregister a module from this context.
104 void removeModule(Module*);
106 // Module needs access to the add/removeModule methods.
  /external/llvm/lib/IR/
LLVMContext.cpp 73 void LLVMContext::removeModule(Module *M) {
Module.cpp 53 Context.removeModule(this);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 111 /// removeModule - Remove a Module from the list of modules. Returns true if
113 virtual bool removeModule(Module *M);
JIT.cpp 357 /// removeModule - If we are removing the last Module, invalidate the jitstate
359 bool JIT::removeModule(Module *M) {
360 bool result = ExecutionEngine::removeModule(M);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 221 /// removeModule - Remove a Module from the list of modules. Returns true if
223 virtual bool removeModule(Module *M);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 295 unwrap(EE)->removeModule(Mod);
ExecutionEngine.cpp 120 bool ExecutionEngine::removeModule(Module *M) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 416 TheJIT->removeModule(M);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 95 milliseconds