Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp77 for (const FrontendPluginRegistry::entry &Plugin : in CreateFrontendBaseAction() local
79 if (Plugin.getName() == CI.getFrontendOpts().ActionName) { in CreateFrontendBaseAction()
80 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in CreateFrontendBaseAction()
85 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) in CreateFrontendBaseAction()
215 for (const FrontendPluginRegistry::entry &Plugin : in ExecuteCompilerInvocation() local
217 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in ExecuteCompilerInvocation()
220 Clang->getFrontendOpts().ActionName = Plugin.getName().str(); in ExecuteCompilerInvocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp47 PluginT Plugin; member in __anona603d69a0111::PluginChain
52 : PluginChain<Ts...>(F, TLI), Plugin(F, TLI) {} in PluginChain()
56 Plugin.run(Candidates); in get()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h64 class Plugin {
70 virtual ~Plugin();
130 ObjectLinkingLayer &addPlugin(std::unique_ptr<Plugin> P) { in addPlugin()
205 std::vector<std::unique_ptr<Plugin>> Plugins;
208 class EHFrameRegistrationPlugin : public ObjectLinkingLayer::Plugin {
H A DDebugObjectManagerPlugin.h48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
H A DMachOPlatform.h130 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp73 for (const std::string &Plugin : Plugins) { in CheckerRegistry() local
77 DynamicLibrary::getPermanentLibrary(Plugin.c_str(), &ErrorMsg); in CheckerRegistry()
79 Diags.Report(diag::err_fe_unable_to_load_plugin) << Plugin << ErrorMsg; in CheckerRegistry()
89 << llvm::sys::path::filename(Plugin); in CheckerRegistry()
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dbcm-ns-usb3-phy.txt7 - usb3-dmp-syscon: phandle to syscon with DMP (Device Management Plugin)
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp160 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local
162 if (Plugin.getName() == Arg) in CreateWrappedASTConsumer()
185 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local
187 std::unique_ptr<PluginASTAction> P = Plugin.instantiate(); in CreateWrappedASTConsumer()
194 return PluginAction == Plugin.getName(); in CreateWrappedASTConsumer()
202 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()
H A DCompilerInvocation.cpp2507 for (const auto &Plugin : Opts.Plugins) in GenerateFrontendArgs() local
2508 GenerateArg(Args, OPT_load, Plugin, SA); in GenerateFrontendArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/
H A DPlugins.def.in1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
/freebsd-13.1/lib/clang/include/Plugins/
H A DPlugins.def2 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp604 ObjectLinkingLayer::Plugin::~Plugin() {} in ~Plugin()
H A DMachOPlatform.cpp637 ObjectLinkingLayer::Plugin::SyntheticSymbolDependenciesMap
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp498 SmallString<1024> Plugin; in addLTOOptions() local
501 Plugin); in addLTOOptions()
502 CmdArgs.push_back(Args.MakeArgString(Plugin)); in addLTOOptions()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dkrb5_err.et272 error_code KRB5_PLUGIN_OP_NOTSUPP, "Plugin does not support the operaton"
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td307 def disassemble_options_plugin : Option<"plugin", "P">, Arg<"Plugin">,
636 def platform_process_attach_plugin : Option<"plugin", "P">, Arg<"Plugin">,
660 def process_launch_plugin : Option<"plugin", "P">, Arg<"Plugin">,
689 def process_attach_plugin : Option<"plugin", "P">, Arg<"Plugin">,
714 def process_connect_plugin : Option<"plugin", "p">, Arg<"Plugin">,