/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 157 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 D | ModuleLoader.h | 117 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 D | compiler.h | 34 static void loadModule(Module *);
|
H A D | dmodule.c | 291 Compiler::loadModule(m); in load()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaModule.cpp | 207 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 325 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
|
H A D | SemaCodeComplete.cpp | 4151 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | lli.cpp | 820 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 D | ChangeLog-2018 | 269 (Compiler::loadModule): New function. 272 (d_parse_file): Call Compiler::loadModule. 275 (Target::loadModule): Remove function.
|
H A D | ChangeLog-2021 | 1002 * d-compiler.cc (Compiler::loadModule): Rename to ... 1005 * d-lang.cc (d_parse_file): Remove call to Compiler::loadModule.
|
H A D | ChangeLog-2020 | 761 (Compiler::loadModule): Likewise. 808 (Compiler::loadModule): Likewise.
|
H A D | ChangeLog-2017 | 354 * d-target.cc (Target::loadModule): Check module identifier if a 588 * d-target.cc (Target::loadModule): Look for object module,
|
H A D | ChangeLog-2016 | 1097 * d-target.cc (Target::loadModule): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-frontend.cc | 533 Compiler::loadModule (Module *m) in loadModule() function in Compiler
|
H A D | d-lang.cc | 1101 Compiler::loadModule (m); in d_parse_file()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 794 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 975 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 D | CompilerInstance.cpp | 1831 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 D | Pragma.cpp | 1619 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma() 1745 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
|
H A D | Preprocessor.cpp | 1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
|
H A D | PPDirectives.cpp | 2016 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ORCv2.rst | 738 CompileLayer.add(JD, loadModule(...)); 763 CompileLayer.add(JD, loadModule(...));
|