Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h123 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
169 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/freebsd/stand/lua/
H A Dconfig.lua377 local function loadModule(mod, silent) function
861 status = loadModule(modules, not config.verbose)
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp879 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule() function
928 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1125 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp432 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
622 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
H A DSemaCodeComplete.cpp4558 Module *Mod = SemaRef.PP.getModuleLoader().loadModule( in CodeCompleteModuleImport()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1007 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() function in CodeGenAction
1131 TheModule = loadModule(*MainFile); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h897 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2031 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance
2116 Sub = loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective); in loadModule()
2330 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
H A DFrontendActions.cpp1239 auto ModResult = CI.loadModule(FileStart, Path, Module::Hidden, false); in ExecuteAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp643 return m_compiler_instance->loadModule(path.front().getLoc(), path, in DoGetModule()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1716 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1844 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
H A DPreprocessor.cpp1346 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
H A DPPDirectives.cpp2423 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()