Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h93 void removeModule(ModuleHandle H) { in removeModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h103 void removeModule(ModuleHandle H) { in removeModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h113 void removeModule(ModuleHandle H) { in removeModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h55 Error removeModule(ModuleHandleT H) { return BaseLayer.removeModule(H); } in removeModule() function
H A DIRTransformLayer.h83 Error removeModule(VModuleKey K) { return BaseLayer.removeModule(K); } in removeModule() function
H A DIRCompileLayer.h120 Error removeModule(VModuleKey K) { return BaseLayer.removeObject(K); } in removeModule() function
H A DLazyEmittingLayer.h216 Error removeModule(VModuleKey K) { in removeModule() function
H A DCompileOnDemandLayer.h325 Error removeModule(VModuleKey K) { in removeModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h75 void removeModule(ModuleHandleT H) { in removeModule() function
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DKernelModuleUtils.java146 public static void removeModule(ITestDevice device, String module) in removeModule() method in KernelModuleUtils
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h194 void removeModule(ModuleHandle H) { in removeModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h226 void removeModule(ModuleHandle H) { in removeModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h98 bool removeModule(Module *M) { in removeModule() function
H A DMCJIT.cpp114 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h100 bool removeModule(Module *M) { in removeModule() function
H A DMCJIT.cpp111 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/aosp_15_r20/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h101 bool removeModule(Module *M) { in removeModule() function
H A DMCJIT.cpp116 bool MCJIT::removeModule(Module *M) { in removeModule() function in MCJIT
/aosp_15_r20/external/llvm/lib/IR/
H A DLLVMContext.cpp163 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp89 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContext.cpp114 void LLVMContext::removeModule(Module *M) { in removeModule() function in LLVMContext
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h348 Error removeModule(orc::VModuleKey K) { in removeModule() function
H A DOrcMCJITReplacement.h314 bool removeModule(Module *M) override { in removeModule() function
H A DObjectLinkingLayer.cpp376 Error ObjectLinkingLayer::removeModule(VModuleKey K) { in removeModule() function in llvm::orc::ObjectLinkingLayer
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DCompilationUnit.java552 public CompilationUnit removeModule() { in removeModule() method in CompilationUnit

12