Searched refs:addModule (Results 1 - 25 of 54) sorted by relevance

123

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp35 TheJIT->addModule(createEmptyModule("<other module>"));
36 TheJIT->addModule(createEmptyModule("<other other module>"));
78 TheJIT->addModule(createEmptyModule("<other module>"));
79 TheJIT->addModule(createEmptyModule("<other other module>"));
98 TheJIT->addModule(std::move(B));
118 TheJIT->addModule(std::move(B));
139 TheJIT->addModule(std::move(B));
160 TheJIT->addModule(std::move(B));
181 TheJIT->addModule(std::move(B));
221 TheJIT->addModule(st
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLLVMContext.h91 /// addModule - Register a module as being instantiated in this context. If
93 void addModule(Module*);
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOCodeGenerator.h37 bool addModule(struct LTOModule*, std::string& errMsg);
H A Dlto.cpp211 return cg->addModule(mod, sLastErrorString);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h57 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h67 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h77 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h56 ModuleHandleT addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
/external/llvm/include/llvm/IR/
H A DLLVMContext.h243 /// addModule - Register a module as being instantiated in this context. If
245 void addModule(Module*);
/external/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h55 void addModule(StringRef Identifier, StringRef Data);
H A DLTOCodeGenerator.h73 bool addModule(struct LTOModule *);
/external/llvm/tools/lli/
H A DOrcLazyJIT.cpp146 auto MainHandle = J.addModule(std::move(M));
H A DOrcLazyJIT.h65 ModuleHandleT addModule(std::unique_ptr<Module> M) { function in class:llvm::OrcLazyJIT
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContext.cpp49 void LLVMContext::addModule(Module *M) { function in class:LLVMContext
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h270 /// addModule - Register a module as being instantiated in this context. If
272 void addModule(Module*);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h100 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
172 addModule(std::move(M));
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h116 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
200 addModule(std::move(M));
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h97 void addModule(std::unique_ptr<Module> M) { function in class:llvm::MCJIT::OwningModuleContainer
216 void addModule(std::unique_ptr<Module> M) override;
H A DMCJIT.cpp82 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
91 OwnedModules.addModule(std::move(First));
107 void MCJIT::addModule(std::unique_ptr<Module> M) { function in class:MCJIT
113 OwnedModules.addModule(std::move(M));
/external/clang/include/clang/Serialization/
H A DModuleManager.h214 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.h109 virtual void addModule(Module *M);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp189 mpExec->addModule(std::move(newModule));
226 mpExec->addModule(std::move(newModule));
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp445 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
553 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(),
584 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(),
672 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
794 } else if (!CodeGen.addModule(Module.get())) {
795 // Print a message here so that we know addModule() did not abort.
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp564 TheJIT->addModule(std::move(TheModule));
592 auto H = TheJIT->addModule(std::move(TheModule));
/external/llvm/lib/IR/
H A DLLVMContext.cpp159 void LLVMContext::addModule(Module *M) { function in class:LLVMContext

Completed in 442 milliseconds

123