Home
last modified time | relevance | path

Searched refs:Plugin (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp44 PluginT Plugin; member in __anon251e5f9c0111::PluginChain
49 : PluginChain<Ts...>(F, TLI), Plugin(F, TLI) {} in PluginChain()
53 Plugin.run(Candidates); in get()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h59 class Plugin {
65 virtual ~Plugin();
125 ObjectLinkingLayer &addPlugin(std::unique_ptr<Plugin> P) { in addPlugin()
201 std::vector<std::unique_ptr<Plugin>> Plugins;
204 class EHFrameRegistrationPlugin : public ObjectLinkingLayer::Plugin {
H A DDebugObjectManagerPlugin.h48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
H A DCOFFPlatform.h94 class COFFPlatformPlugin : public ObjectLinkingLayer::Plugin {
H A DELFNixPlatform.h132 class ELFNixPlatformPlugin : public ObjectLinkingLayer::Plugin {
H A DMachOPlatform.h183 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp80 for (const FrontendPluginRegistry::entry &Plugin : in CreateFrontendBaseAction() local
82 if (Plugin.getName() == CI.getFrontendOpts().ActionName) { in CreateFrontendBaseAction()
83 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in CreateFrontendBaseAction()
88 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl() local
72 Plugin->create(*OptionsParser); in createExecutorFromCommandLineArgsImpl()
H A DCompilationDatabase.cpp70 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate()); in loadFromDirectory() local
72 Plugin->loadFromDirectory(BuildDirectory, DatabaseErrorMessage)) in loadFromDirectory()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp72 for (const std::string &Plugin : Plugins) { in CheckerRegistry() local
76 DynamicLibrary::getPermanentLibrary(Plugin.c_str(), &ErrorMsg); in CheckerRegistry()
78 Diags.Report(diag::err_fe_unable_to_load_plugin) << Plugin << ErrorMsg; in CheckerRegistry()
88 << llvm::sys::path::filename(Plugin); in CheckerRegistry()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.h32 class DebugInfoPreservationPlugin : public ObjectLinkingLayer::Plugin {
H A DDebuggerSupportPlugin.h28 class GDBJITDebugInfoRegistrationPlugin : public ObjectLinkingLayer::Plugin {
H A DPerfSupportPlugin.h27 class PerfSupportPlugin : public ObjectLinkingLayer::Plugin {
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/
H A DMANIFEST1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Dbcm-ns-usb3-phy.txt7 - usb3-dmp-syscon: phandle to syscon with DMP (Device Management Plugin)
H A Dbcm-ns-usb3-phy.yaml33 Phandle to the DMP (Device Management Plugin) syscon
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp450 auto Plugin = PassPlugin::Load(PluginPath); in main() local
451 if (!Plugin) in main()
452 report_fatal_error(Plugin.takeError(), /*gen_crash_diag=*/false); in main()
453 PluginList.emplace_back(Plugin.get()); in main()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/
H A DPlugins.def.in1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp174 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local
176 if (Plugin.getName() == Arg) in CreateWrappedASTConsumer()
199 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local
201 std::unique_ptr<PluginASTAction> P = Plugin.instantiate(); in CreateWrappedASTConsumer()
208 Plugin.getName())) { in CreateWrappedASTConsumer()
219 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()
H A DCompilerInstance.cpp1125 for (const FrontendPluginRegistry::entry &Plugin : in LoadRequestedPlugins() local
1127 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in LoadRequestedPlugins()
1130 getFrontendOpts().ActionName = Plugin.getName().str(); in LoadRequestedPlugins()
/freebsd-14.2/lib/clang/include/Plugins/
H A DPlugins.def1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp634 ObjectLinkingLayer::Plugin::~Plugin() = default;
/freebsd-14.2/contrib/unbound/contrib/
H A Dunbound.spec_fedora55 Summary: Plugin for the munin / munin-node monitoring package
61 Plugin for the munin / munin-node monitoring package
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td321 def disassemble_options_plugin : Option<"plugin", "P">, Arg<"Plugin">,
663 def platform_process_attach_plugin : Option<"plugin", "P">, Arg<"Plugin">,
691 def process_launch_plugin : Option<"plugin", "P">, Arg<"Plugin">,
720 def process_attach_plugin : Option<"plugin", "P">, Arg<"Plugin">,
749 def process_connect_plugin : Option<"plugin", "p">, Arg<"Plugin">,
787 OptionalArg<"Plugin">, Desc<"Specify a plugin name to create the core file."
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et272 error_code KRB5_PLUGIN_OP_NOTSUPP, "Plugin does not support the operaton"

12