Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h117 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
163 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/freebsd-13.1/stand/lua/
H A Dconfig.lua355 local function loadModule(mod, silent) function
750 status = loadModule(modules, not config.verbose)
/freebsd-13.1/contrib/llvm-project/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.cpp4154 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp818 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() function
841 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1020 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h792 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp977 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() function in CodeGenAction
1064 TheModule = loadModule(*MainFile); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1848 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance
1928 loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective); in loadModule()
2151 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp583 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1682 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1808 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
H A DPreprocessor.cpp1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
H A DPPDirectives.cpp2087 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()