Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalExecutor.cpp73 llvm::Error IncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule() function in clang::IncrementalExecutor
H A DWasm.cpp65 llvm::Error WasmIncrementalExecutor::addModule(PartialTranslationUnit &PTU) { in addModule() function in clang::WasmIncrementalExecutor
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h94 void addModule(std::unique_ptr<Module> M) { in addModule() function
H A DMCJIT.cpp105 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() function in MCJIT
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp54 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
H A DIRSymtab.cpp124 Error Builder::addModule(Module *M) { in addModule() function in __anon009a90810111::Builder
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h169 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp115 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp154 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() function in LTOCodeGenerator
H A DThinLTOCodeGenerator.cpp550 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) { in addModule() function in ThinLTOCodeGenerator
H A DLTO.cpp729 Error LTO::addModule(InputFile &Input, unsigned ModI, in addModule() function in LTO