Home
last modified time | relevance | path

Searched defs:addModule (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h57 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h67 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h77 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DGlobalMappingLayer.h49 addModule(std::shared_ptr<Module> M, in addModule() function
DIRTransformLayer.h78 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
DIRCompileLayer.h108 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
DLazyEmittingLayer.h205 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h56 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h100 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm/tools/lli/
DOrcLazyJIT.h65 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h116 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DModuleSymbolTable.cpp56 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
/external/llvm-project/llvm/lib/Object/
DModuleSymbolTable.cpp57 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp104 Error addModule(ThreadSafeModule M) { in addModule() function in llvm::orc::SimpleJIT
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp80 Error addModule(ThreadSafeModule TSM) { in addModule() function in SpeculativeJIT
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h95 void addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h97 void addModule(std::unique_ptr<Module> M) { in addModule() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h96 void addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h228 Expected<ModuleHandleT> addModule(ModuleT M, in addModule() function
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperBuilder.java239 public B addModule(com.fasterxml.jackson.databind.Module module) in addModule() method in MapperBuilder
/external/llvm/lib/IR/
DLLVMContext.cpp159 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp85 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h170 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp96 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h172 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function

123