| /freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 77 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 D | ValueProfileCollector.cpp | 47 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 D | ObjectLinkingLayer.h | 64 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 D | DebugObjectManagerPlugin.h | 48 class DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
|
| H A D | MachOPlatform.h | 130 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Execution.cpp | 70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl() local 72 Plugin->create(*OptionsParser); in createExecutorFromCommandLineArgsImpl()
|
| H A D | CompilationDatabase.cpp | 70 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 D | CheckerRegistry.cpp | 73 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 D | bcm-ns-usb3-phy.txt | 7 - usb3-dmp-syscon: phandle to syscon with DMP (Device Management Plugin)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 160 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 D | CompilerInvocation.cpp | 2507 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 D | Plugins.def.in | 1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
|
| /freebsd-13.1/lib/clang/include/Plugins/ |
| H A D | Plugins.def | 2 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 604 ObjectLinkingLayer::Plugin::~Plugin() {} in ~Plugin()
|
| H A D | MachOPlatform.cpp | 637 ObjectLinkingLayer::Plugin::SyntheticSymbolDependenciesMap
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 55 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 D | CommonArgs.cpp | 498 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 D | krb5_err.et | 272 error_code KRB5_PLUGIN_OP_NOTSUPP, "Plugin does not support the operaton"
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | Options.td | 307 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">,
|