Home
last modified time | relevance | path

Searched refs:loadModule (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp157 Expected<ThreadSafeModule> loadModule(StringRef Path, in loadModule() function
200 ThreadSafeModule MainModule = ExitOnErr(loadModule(MainModulePath, TSCtx)); in main()
225 : ExitOnErr(loadModule(Path, TSCtx)); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h117 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
163 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcompiler.h34 static void loadModule(Module *);
H A Ddmodule.c291 Compiler::loadModule(m); in load()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp207 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
325 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
H A DSemaCodeComplete.cpp4151 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp820 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() function
843 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1029 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2018269 (Compiler::loadModule): New function.
272 (d_parse_file): Call Compiler::loadModule.
275 (Target::loadModule): Remove function.
H A DChangeLog-20211002 * d-compiler.cc (Compiler::loadModule): Rename to ...
1005 * d-lang.cc (d_parse_file): Remove call to Compiler::loadModule.
H A DChangeLog-2020761 (Compiler::loadModule): Likewise.
808 (Compiler::loadModule): Likewise.
H A DChangeLog-2017354 * d-target.cc (Target::loadModule): Check module identifier if a
588 * d-target.cc (Target::loadModule): Look for object module,
H A DChangeLog-20161097 * d-target.cc (Target::loadModule): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc533 Compiler::loadModule (Module *m) in loadModule() function in Compiler
H A Dd-lang.cc1101 Compiler::loadModule (m); in d_parse_file()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h794 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp975 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() function in CodeGenAction
1062 TheModule = loadModule(*MainFile); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1831 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance
1911 loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective); in loadModule()
2134 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1619 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1745 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
H A DPreprocessor.cpp1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
H A DPPDirectives.cpp2016 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DORCv2.rst738 CompileLayer.add(JD, loadModule(...));
763 CompileLayer.add(JD, loadModule(...));