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

  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 93 void removeModule(ModuleHandle H) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 103 void removeModule(ModuleHandle H) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 53 void LLVMContext::removeModule(Module *M) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 113 void removeModule(ModuleHandle H) {
  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 75 void removeModule(ModuleHandleT H) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 194 void removeModule(ModuleHandle H) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h 226 void removeModule(ModuleHandle H) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 101 bool removeModule(Module *M) {
220 bool removeModule(Module *M) override;
MCJIT.cpp 82 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
116 bool MCJIT::removeModule(Module *M) {
118 return OwnedModules.removeModule(M);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 49 virtual void removeModule() = 0;
62 void removeModule() override { return Layer.removeModuleSet(Handle); }
219 void removeModule(ModuleHandleT H) {
220 GenericHandles[H]->removeModule();
  /external/llvm/lib/IR/
LLVMContext.cpp 163 void LLVMContext::removeModule(Module *M) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 120 bool ExecutionEngine::removeModule(Module *M) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 355 /// removeModule - If we are removing the last Module, invalidate the jitstate
357 bool JIT::removeModule(Module *M) {
358 bool result = ExecutionEngine::removeModule(M);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 141 bool ExecutionEngine::removeModule(Module *M) {
    [all...]
  /prebuilts/misc/common/robolectric/lib/
maven-model-2.2.1.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.3.9/
maven-model-3.3.9.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 292 milliseconds