| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 117 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 D | CodeGenAction.h | 54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
|
| /freebsd-13.1/stand/lua/ |
| H A D | config.lua | 355 local function loadModule(mod, silent) function 750 status = loadModule(modules, not config.verbose)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 207 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 325 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
|
| H A D | SemaCodeComplete.cpp | 4154 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 818 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 D | CompilerInstance.h | 792 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 977 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 D | CompilerInstance.cpp | 1848 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 D | ClangModulesDeclVendor.cpp | 583 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Pragma.cpp | 1682 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma() 1808 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
|
| H A D | Preprocessor.cpp | 1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
|
| H A D | PPDirectives.cpp | 2087 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()
|