Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp55 llvm::Error IncrementalExecutor::addModule(std::unique_ptr<llvm::Module> M) { in addModule() function in clang::IncrementalExecutor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DModuleSymbolTable.cpp57 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
H A DIRSymtab.cpp117 Error Builder::addModule(Module *M) { in addModule() function in __anon76d26b6c0111::Builder
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp80 Error addModule(ThreadSafeModule TSM) { in addModule() function in SpeculativeJIT
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp104 Error addModule(ThreadSafeModule M) { in addModule() function in llvm::orc::SimpleJIT
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h95 void addModule(std::unique_ptr<Module> M) { in addModule() function
H A DMCJIT.cpp104 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp102 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h170 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleManager.cpp103 ModuleManager::addModule(StringRef FileName, ModuleKind Type, in addModule() function in ModuleManager
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp143 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() function in LTOCodeGenerator
H A DThinLTOCodeGenerator.cpp535 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) { in addModule() function in ThinLTOCodeGenerator
H A DLTO.cpp634 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() function in LTO
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp721 static void addModule(LTO &Lto, claimed_file &F, const void *View, in addModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp979 void MCJITHelper::addModule(Module* M) { in addModule() function in MCJITHelper