/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 93 void removeModule(ModuleHandle H) { in removeModule() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 103 void removeModule(ModuleHandle H) { in removeModule() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 113 void removeModule(ModuleHandle H) { in removeModule() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | GlobalMappingLayer.h | 55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
|
D | IRTransformLayer.h | 83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
|
D | IRCompileLayer.h | 120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
|
D | LazyEmittingLayer.h | 216 Error removeModule(VModuleKey K) { in removeModule() function
|
D | CompileOnDemandLayer.h | 325 Error removeModule(VModuleKey K) { in removeModule() function
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 75 void removeModule(ModuleHandleT H) { in removeModule() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 194 void removeModule(ModuleHandle H) { in removeModule() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 226 void removeModule(ModuleHandle H) { in removeModule() function
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 99 bool removeModule(Module *M) { in removeModule() function
|
D | MCJIT.cpp | 113 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 101 bool removeModule(Module *M) { in removeModule() function
|
D | MCJIT.cpp | 116 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 100 bool removeModule(Module *M) { in removeModule() function
|
D | MCJIT.cpp | 111 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 235 Error removeModule(ModuleHandleT H) { in removeModule() function
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 163 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 89 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 100 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 348 Error removeModule(orc::VModuleKey K) { in removeModule() function
|
D | OrcMCJITReplacement.h | 314 bool removeModule(Module *M) override { in removeModule() function
|
D | ObjectLinkingLayer.cpp | 376 Error ObjectLinkingLayer::removeModule(VModuleKey K) { in removeModule() function in llvm::orc::ObjectLinkingLayer
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
D | CompilationUnit.java | 552 public CompilationUnit removeModule() { in removeModule() method in CompilationUnit
|