| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 113 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc, 159 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 453 static std::unique_ptr<Module> loadModule(StringRef Filename, in loadModule() function 566 auto TheModule = loadModule(Filename, Ctx); in distributedIndexes() 601 auto TheModule = loadModule(Filename, Ctx); in emitImports() 625 auto TheModule = loadModule(Filename, Ctx); in promote() 656 auto TheModule = loadModule(Filename, Ctx); in import() 687 auto TheModule = loadModule(Filename, Ctx); in internalize() 710 auto TheModule = loadModule(Filename, Ctx); in optimize()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
|
| /freebsd-12.1/stand/lua/ |
| H A D | config.lua | 280 local function loadModule(mod, silent) function 643 return loadModule(modules, not config.verbose)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 939 std::unique_ptr<llvm::Module> CodeGenAction::loadModule(MemoryBufferRef MBRef) { in loadModule() function in CodeGenAction 1021 TheModule = loadModule(*MainFile); in ExecuteAction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 793 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1607 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance 1865 loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective); in loadModule() 2081 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 534 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | Pragma.cpp | 1490 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma() 1617 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
|
| H A D | Preprocessor.cpp | 952 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
|
| H A D | PPDirectives.cpp | 1911 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleIncludeDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 17046 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 17091 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
|
| H A D | SemaCodeComplete.cpp | 3676 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()
|