Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp157 Expected<ThreadSafeModule> loadModule(StringRef Path, in loadModule() function
200 ThreadSafeModule MainModule = ExitOnErr(loadModule(MainModulePath, TSCtx)); in main()
225 : ExitOnErr(loadModule(Path, TSCtx)); in main()
/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h122 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
168 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
/llvm-project/mlir/lib/Tools/mlir-reduce/
H A DMlirReduceMain.cpp32 OwningOpRef<Operation *> loadModule(MLIRContext &context, in loadModule() function
93 loadModule(context, inputFilename, !noImplicitModule); in mlirReduceMain()
/llvm-project/mlir/lib/ExecutionEngine/
H A DSyclRuntimeWrappers.cpp96 static ze_module_handle_t loadModule(const void *data, size_t dataSize) { in loadModule() function
181 return catchAll([&]() { return loadModule(data, gpuBlobSize); }); in mgpuModuleLoad()
/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
/llvm-project/llvm/tools/lli/
H A Dlli.cpp879 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { in loadModule()
927 auto MainModule = ExitOnErr(loadModule(InputFile, TSCtx)); in runOrcJIT()
1125 auto M = ExitOnErr(loadModule(*EMItr, TSCtx)); in runOrcJIT()
878 loadModule(StringRef Path, orc::ThreadSafeContext TSCtx) { loadModule() function
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp428 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl()
616 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
H A DSemaCodeComplete.cpp4522 Module *Mod = SemaRef.PP.getModuleLoader().loadModule( in CodeCompleteDeclSpec()
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h859 /// the guts of loadModule.
875 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1006 CodeGenAction::loadModule(MemoryBufferRef MBRef) { in CreateASTConsumer()
1121 TheModule = loadModule(*MainFile); in loadModule()
1049 CodeGenAction::loadModule(MemoryBufferRef MBRef) { loadModule() function in CodeGenAction
/llvm-project/offload/plugins-nextgen/cuda/src/
H A Drtl.cpp86 Error loadModule() { in loadModule() function
536 if (auto Err = CUDAImage->loadModule()) in loadBinaryImpl()
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2010 CompilerInstance::loadModule(SourceLocation ImportLoc, in findOrCompileModuleAndReadAST()
2095 Sub = loadModule(ImportLoc, PrivPath, Visibility, IsInclusionDirective); in loadModule()
2307 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
2017 CompilerInstance::loadModule(SourceLocation ImportLoc, loadModule() function in CompilerInstance
H A DFrontendActions.cpp1220 auto ModResult = CI.loadModule(FileStart, Path, Module::Hidden, false);
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp632 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
/llvm-project/clang/lib/Lex/
H A DPragma.cpp1704 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma()
1831 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
H A DPreprocessor.cpp1316 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
H A DPPDirectives.cpp2384 // FIXME: Remove this; loadModule does the same check (but produces in HandleHeaderIncludeOrImport()
2395 // FIXME: Should we have a second loadModule() overload to avoid this in HandleHeaderIncludeOrImport()
2411 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport()
/llvm-project/llvm/docs/
H A DORCv2.rst852 CompileLayer.add(JD, loadModule(...));
878 CompileLayer.add(JD, loadModule(...));