Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DModuleLoader.h122 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
168 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/openbsd/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp814 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 DSemaModule.cpp352 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
525 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
H A DSemaCodeComplete.cpp4308 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h795 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp1102 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() function in CodeGenAction
1191 TheModule = loadModule(*MainFile); in ExecuteAction()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1956 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 DFrontendActions.cpp1144 auto ModResult = CI.loadModule(FileStart, Path, Module::Hidden, false); in ExecuteAction()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp644 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp1670 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1796 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
H A DPreprocessor.cpp1323 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
H A DPPDirectives.cpp2263 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()
/openbsd/gnu/llvm/llvm/docs/
H A DORCv2.rst852 CompileLayer.add(JD, loadModule(...));
878 CompileLayer.add(JD, loadModule(...));
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c644 loadModule(const char *modname, int fail) in loadModule() function
714 = loadModule(loadOrdinals[ord].dll->modname, fail); in loadByOrdinal()