Searched defs:addModule (Results 1 - 23 of 23) sorted by relevance

/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/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContext.cpp49 void LLVMContext::addModule(Module *M) { function in class:LLVMContext
/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/tools/lli/
H A DOrcLazyJIT.h65 ModuleHandleT addModule(std::unique_ptr<Module> M) { function in class:llvm::OrcLazyJIT
/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/swiftshader/third_party/LLVM/tools/lto/
H A DLTOCodeGenerator.cpp91 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) function in class:LTOCodeGenerator
/external/clang/lib/Serialization/
H A DModuleManager.cpp57 ModuleManager::addModule(StringRef FileName, ModuleKind Type, function in class:ModuleManager
/external/llvm/lib/IR/
H A DLLVMContext.cpp159 void LLVMContext::addModule(Module *M) { function in class:LLVMContext
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp133 bool LTOCodeGenerator::addModule(LTOModule *Mod) { function in class:LTOCodeGenerator
H A DThinLTOCodeGenerator.cpp437 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) { function in class:ThinLTOCodeGenerator
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h172 virtual void addModule(std::unique_ptr<Module> M) { function in class:llvm::ExecutionEngine
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DExecutionEngine.h206 /// addModule - Add a Module to the list of modules that we can JIT from.
209 virtual void addModule(Module *M) { function in class:llvm::ExecutionEngine
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.cpp329 /// addModule - Add a new Module to the JIT. If we previously removed the last
331 void JIT::addModule(Module *M) { function in class:JIT
352 ExecutionEngine::addModule(M);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp750 void addModule(Module *M);
979 void MCJITHelper::addModule(Module* M) { function in class:MCJITHelper
1499 TheHelper->addModule(M);
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1437 milliseconds