Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h122 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
168 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/freebsd-14.2/stand/lua/
H A Dconfig.lua377 local function loadModule(mod, silent) function
861 status = loadModule(modules, not config.verbose)
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp880 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() function
928 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1130 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp343 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
527 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
H A DSemaCodeComplete.cpp4390 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h828 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1058 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() function in CodeGenAction
1173 TheModule = loadModule(*MainFile); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1977 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance
2051 Sub = loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective); in loadModule()
2270 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
H A DFrontendActions.cpp1175 auto ModResult = CI.loadModule(FileStart, Path, Module::Hidden, false); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp644 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1707 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1833 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
H A DPreprocessor.cpp1306 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
H A DPPDirectives.cpp2311 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()