Home
last modified time | relevance | path

Searched defs:Plugin (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp84 for (const FrontendPluginRegistry::entry &Plugin : CreateFrontendBaseAction() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp44 PluginT Plugin; member in __anon4fd607190111::PluginChain
/llvm-project/openmp/docs/design/
H A DRuntimes.rst1353 LIBOMPTARGET_RPC_ADDRESSRemote Offloading Plugin: global() argument
1360 LIBOMPTARGET_RPC_ALLOCATOR_MAXRemote Offloading Plugin: global() argument
1364 LIBOMPTARGET_BLOCK_SIZERemote Offloading Plugin: global() argument
1368 LIBOMPTARGET_RPC_LATENCYRemote Offloading Plugin: global() argument
/llvm-project/llvm/unittests/Passes/Plugins/
H A DPluginsTest.cpp51 Expected<PassPlugin> Plugin = PassPlugin::Load(PluginPath); in TEST() local
/llvm-project/clang/lib/Tooling/
H A DExecution.cpp70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl() local
H A DCompilationDatabase.cpp70 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate()); in loadFromDirectory() local
/llvm-project/offload/src/
H A DPluginManager.cpp49 for (auto &Plugin : Plugins) { deinit() local
[all...]
/llvm-project/llvm/unittests/Analysis/
H A DPluginInlineOrderAnalysisTest.cpp48 Expected<PassPlugin> Plugin = PassPlugin::Load(PluginPath); in setupPlugin() local
H A DPluginInlineAdvisorAnalysisTest.cpp66 Expected<PassPlugin> Plugin = PassPlugin::Load(PluginPath); in setupPlugin() local
/llvm-project/offload/plugins-nextgen/common/src/
H A DRPC.cpp24 RPCServerTy(plugin::GenericPluginTy & Plugin) RPCServerTy() argument
H A DPluginInterface.cpp370 setupIndirectCallTable(GenericPluginTy & Plugin,GenericDeviceTy & Device,DeviceImageTy & Image) setupIndirectCallTable() argument
712 GenericDeviceTy(GenericPluginTy & Plugin,int32_t DeviceId,int32_t NumDevices,const llvm::omp::GV & OMPGridValues) GenericDeviceTy() argument
746 init(GenericPluginTy & Plugin) init() argument
799 deinit(GenericPluginTy & Plugin) deinit() argument
859 loadBinary(GenericPluginTy & Plugin,const __tgt_device_image * InputTgtImage) loadBinary() argument
926 setupDeviceEnvironment(GenericPluginTy & Plugin,DeviceImageTy & Image) setupDeviceEnvironment() argument
963 setupDeviceMemoryPool(GenericPluginTy & Plugin,DeviceImageTy & Image,uint64_t PoolSize) setupDeviceMemoryPool() argument
1008 setupRPCServer(GenericPluginTy & Plugin,DeviceImageTy & Image) setupRPCServer() argument
[all...]
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp174 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local
199 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local
H A DCompilerInstance.cpp1136 getFrontendOpts().ActionName = Plugin.getName().str(); in LoadRequestedPlugins() local
H A DCompilerInvocation.cpp2728 for (const auto &Plugin : Opts.Plugins) GenerateFrontendArgs() local
/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp454 auto Plugin = PassPlugin::Load(PluginPath); in optMain() local
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp72 for (const std::string &Plugin : Plugins) { in CheckerRegistry() local
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp335 auto Plugin = Entry.instantiate(); load() local
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h867 GenericPluginTy &Plugin; global() member
[all...]
/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp838 SmallString<1024> Plugin; addLTOOptions() local
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp444 AMDGPUPluginTy &Plugin; global() member
[all...]