/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMultipleModuleTest.cpp | 35 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 D | LLVMContext.h | 91 /// addModule - Register a module as being instantiated in this context. If 93 void addModule(Module*);
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
H A D | LTOCodeGenerator.h | 37 bool addModule(struct LTOModule*, std::string& errMsg);
|
H A D | lto.cpp | 211 return cg->addModule(mod, sLastErrorString);
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 57 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 67 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 77 ModuleHandle addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
|
/external/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 56 ModuleHandleT addModule(std::unique_ptr<Module> M) { function in class:llvm::orc::KaleidoscopeJIT
|
/external/llvm/include/llvm/IR/ |
H A D | LLVMContext.h | 243 /// addModule - Register a module as being instantiated in this context. If 245 void addModule(Module*);
|
/external/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 55 void addModule(StringRef Identifier, StringRef Data);
|
H A D | LTOCodeGenerator.h | 73 bool addModule(struct LTOModule *);
|
/external/llvm/tools/lli/ |
H A D | OrcLazyJIT.cpp | 146 auto MainHandle = J.addModule(std::move(M));
|
H A D | OrcLazyJIT.h | 65 ModuleHandleT addModule(std::unique_ptr<Module> M) { function in class:llvm::OrcLazyJIT
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
H A D | LLVMContext.cpp | 49 void LLVMContext::addModule(Module *M) { function in class:LLVMContext
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | LLVMContext.h | 270 /// addModule - Register a module as being instantiated in this context. If 272 void addModule(Module*);
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 100 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 D | KaleidoscopeJIT.h | 116 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 D | MCJIT.h | 97 void addModule(std::unique_ptr<Module> M) { function in class:llvm::MCJIT::OwningModuleContainer 216 void addModule(std::unique_ptr<Module> M) override;
|
H A D | MCJIT.cpp | 82 // 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 D | ModuleManager.h | 214 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
H A D | JIT.h | 109 virtual void addModule(Module *M);
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
H A D | JitManager.cpp | 189 mpExec->addModule(std::move(newModule)); 226 mpExec->addModule(std::move(newModule));
|
/external/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 445 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 D | toy.cpp | 564 TheJIT->addModule(std::move(TheModule)); 592 auto H = TheJIT->addModule(std::move(TheModule));
|
/external/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 159 void LLVMContext::addModule(Module *M) { function in class:LLVMContext
|