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

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DModuleSymbolTable.h47 void addModule(Module *M);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp55 llvm::Error IncrementalExecutor::addModule(std::unique_ptr<llvm::Module> M) { function in class:clang::IncrementalExecutor
H A DIncrementalExecutor.h42 llvm::Error addModule(std::unique_ptr<llvm::Module> M);
H A DInterpreter.cpp217 if (auto Err = IncrExecutor->addModule(std::move(T.TheModule)))
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h96 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) { function in class:llvm::orc::KaleidoscopeJIT
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h89 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) { function in class:llvm::orc::KaleidoscopeJIT
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp109 Error addModule(Module *M);
117 Error Builder::addModule(Module *M) { function in class:__anon2037::Builder
139 Msymtab.addModule(M);
331 if (Error Err = addModule(M))
H A DIRObjectFile.cpp32 SymTab.addModule(M.get());
H A DModuleSymbolTable.cpp57 void ModuleSymbolTable::addModule(Module *M) { function in class:ModuleSymbolTable
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h89 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) { function in class:llvm::orc::KaleidoscopeJIT
/netbsd-current/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp104 Error addModule(ThreadSafeModule M) { function in class:llvm::orc::SimpleJIT
224 ExitOnErr(J->addModule(
/netbsd-current/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp80 Error addModule(ThreadSafeModule TSM) { function in class:SpeculativeJIT
178 ExitOnErr(SJ->addModule(ThreadSafeModule(std::move(M), std::move(Ctx))));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h95 void addModule(std::unique_ptr<Module> M) { function in class:llvm::MCJIT::OwningModuleContainer
214 void addModule(std::unique_ptr<Module> M) override;
H A DMCJIT.cpp79 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
88 OwnedModules.addModule(std::move(First));
104 void MCJIT::addModule(std::unique_ptr<Module> M) { function in class:MCJIT
110 OwnedModules.addModule(std::move(M));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h312 /// addModule - Register a module as being instantiated in this context. If
314 void addModule(Module*);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h56 void addModule(StringRef Identifier, StringRef Data);
H A DLTOCodeGenerator.h81 bool addModule(struct LTOModule *);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h122 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) { function in class:llvm::orc::KaleidoscopeJIT
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h248 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp605 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
726 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(),
759 ThinGenerator.addModule(MemBuffer->getBufferIdentifier(),
818 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
857 ThinGenerator.addModule(Filename, InputBuffers.back()->getBuffer());
1002 } else if (!CodeGen.addModule(Module.get())) {
1003 // Print a message here so that we know addModule() did not abort.
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp582 ExitOnErr(TheJIT->addModule(
615 ExitOnErr(TheJIT->addModule(std::move(TSM), RT));
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h207 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) { function in class:llvm::orc::KaleidoscopeJIT
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp375 return !unwrap(cg)->addModule(unwrap(mod));
549 unwrap(cg)->addModule(Identifier, StringRef(Data, Length));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h419 Error addModule(InputFile &Input, unsigned ModI,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h170 virtual void addModule(std::unique_ptr<Module> M) { function in class:llvm::ExecutionEngine

Completed in 195 milliseconds

12