/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/ |
H A D | LLJITWithThinLTOSummaries.cpp | 157 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 D | ModuleLoader.h | 122 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc, 168 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
|
/llvm-project/mlir/lib/Tools/mlir-reduce/ |
H A D | MlirReduceMain.cpp | 32 OwningOpRef<Operation *> loadModule(MLIRContext &context, in loadModule() function 93 loadModule(context, inputFilename, !noImplicitModule); in mlirReduceMain()
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | SyclRuntimeWrappers.cpp | 96 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 D | CodeGenAction.h | 54 std::unique_ptr<llvm::Module> loadModule(llvm::MemoryBufferRef MBRef);
|
/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 879 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 D | SemaModule.cpp | 428 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc}, in ActOnModuleDecl() 616 Module *Mod = getModuleLoader().loadModule( in ActOnModuleImport()
|
H A D | SemaCodeComplete.cpp | 4522 Module *Mod = SemaRef.PP.getModuleLoader().loadModule( in CodeCompleteDeclSpec()
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 859 /// the guts of loadModule. 875 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1006 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 D | rtl.cpp | 86 Error loadModule() { in loadModule() function 536 if (auto Err = CUDAImage->loadModule()) in loadBinaryImpl()
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 2010 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 D | FrontendActions.cpp | 1220 auto ModResult = CI.loadModule(FileStart, Path, Module::Hidden, false);
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 632 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()
|
/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1704 PP.getModuleLoader().loadModule(ImportLoc, ModuleName, Module::Hidden, in HandlePragma() 1831 PP.getModuleLoader().loadModule(Loc, ModuleName, Module::Hidden, in HandlePragma()
|
H A D | Preprocessor.cpp | 1316 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
|
H A D | PPDirectives.cpp | 2384 // 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 D | ORCv2.rst | 852 CompileLayer.add(JD, loadModule(...)); 878 CompileLayer.add(JD, loadModule(...));
|