Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h113 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 Dllvm-lto.cpp453 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 DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/freebsd-12.1/stand/lua/
H A Dconfig.lua280 local function loadModule(mod, silent) function
643 return loadModule(modules, not config.verbose)
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp939 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 DCompilerInstance.h793 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1607 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 DClangModulesDeclVendor.cpp534 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1490 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1617 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
H A DPreprocessor.cpp952 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
H A DPPDirectives.cpp1911 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleIncludeDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp17046 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
17091 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
H A DSemaCodeComplete.cpp3676 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in CodeCompleteModuleImport()