Searched refs:loadModule (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcompiler.h34 static void loadModule(Module *);
H A Ddmodule.c291 Compiler::loadModule(m);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleLoader.h117 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
124 /// loadModule and makeModuleVisible.
163 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp157 Expected<ThreadSafeModule> loadModule(StringRef Path, function
200 ThreadSafeModule MainModule = ExitOnErr(loadModule(MainModulePath, TSCtx));
225 : ExitOnErr(loadModule(Path, TSCtx));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp207 Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc},
325 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible,
H A DSemaCodeComplete.cpp4151 PP.getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h778 /// the guts of loadModule.
794 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc533 Compiler::loadModule (Module *m) function in class:Compiler
H A Dd-lang.cc1101 Compiler::loadModule (m);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp975 CodeGenAction::loadModule(MemoryBufferRef MBRef) { function in class:CodeGenAction
1062 TheModule = loadModule(*MainFile);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1831 CompilerInstance::loadModule(SourceLocation ImportLoc, function in class:CompilerInstance
1911 loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective);
2134 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1619 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden,
1745 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden,
H A DPreprocessor.cpp1287 Imported = TheModuleLoader.loadModule(ModuleImportLoc,
H A DPPDirectives.cpp1989 // FIXME: Remove this; loadModule does the same check (but produces
2000 // FIXME: Should we have a second loadModule() overload to avoid this
2016 ModuleLoadResult Imported = TheModuleLoader.loadModule(
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp820 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) {
843 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx));
1029 auto M = ExitOnErr(loadModule(*EMItr, TSCtx));

Completed in 371 milliseconds