/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 122 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc, 168 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
|
/openbsd/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
|
/openbsd/gnu/llvm/llvm/tools/lli/ |
H A D | lli.cpp | 814 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() function 837 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT() 1048 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaModule.cpp | 352 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 525 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
|
H A D | SemaCodeComplete.cpp | 4308 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 795 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1102 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() function in CodeGenAction 1191 TheModule = loadModule(*MainFile); in ExecuteAction()
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1956 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance 2026 Sub = loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective); in loadModule() 2245 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
|
H A D | FrontendActions.cpp | 1144 auto ModResult = CI.loadModule(FileStart, Path, Module::Hidden, false); in ExecuteAction()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 644 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | Pragma.cpp | 1670 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma() 1796 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
|
H A D | Preprocessor.cpp | 1323 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
|
H A D | PPDirectives.cpp | 2263 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | ORCv2.rst | 852 CompileLayer.add(JD, loadModule(...)); 878 CompileLayer.add(JD, loadModule(...));
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 644 loadModule(const char *modname, int fail) in loadModule() function 714 = loadModule(loadOrdinals[ord].dll->modname, fail); in loadByOrdinal()
|