| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LinkGraphLinkingLayer.h | 52 class LLVM_ABI Plugin { 54 virtual ~Plugin(); 94 LinkGraphLinkingLayer &addPlugin(std::shared_ptr<Plugin> P) { in addPlugin() 104 void removePlugin(Plugin &P) { in removePlugin() 106 auto I = llvm::find_if(Plugins, [&](const std::shared_ptr<Plugin> &Elem) { in removePlugin() 174 std::vector<std::shared_ptr<Plugin>> Plugins;
|
| H A D | EHFrameRegistrationPlugin.h | 28 : public LinkGraphLinkingLayer::Plugin {
|
| H A D | DebuggerSupportPlugin.h | |
| H A D | UnwindInfoRegistrationPlugin.h | 22 : public LinkGraphLinkingLayer::Plugin {
|
| H A D | DebugObjectManagerPlugin.h | 49 class LLVM_ABI DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
|
| H A D | COFFPlatform.h | 94 class LLVM_ABI COFFPlatformPlugin : public ObjectLinkingLayer::Plugin {
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfileCollector.cpp | 44 PluginT Plugin; member in __anoncb397ce60111::PluginChain 49 : PluginChain<Ts...>(F, TLI), Plugin(F, TLI) {} in PluginChain() 53 Plugin.run(Candidates); in get()
|
| /freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 123 for (const FrontendPluginRegistry::entry &Plugin : in CreateFrontendBaseAction() local 125 if (Plugin.getName() == CI.getFrontendOpts().ActionName) { in CreateFrontendBaseAction() 126 std::unique_ptr<PluginASTAction> P(Plugin.instantiate()); in CreateFrontendBaseAction() 131 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) in CreateFrontendBaseAction()
|
| /freebsd/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 | 64 std::unique_ptr<CompilationDatabasePlugin> Plugin(Database.instantiate()); in loadFromDirectory() local 66 Plugin->loadFromDirectory(BuildDirectory, DatabaseErrorMessage)) in loadFromDirectory()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 70 for (const std::string &Plugin : Plugins) { in CheckerRegistry() local 74 DynamicLibrary::getPermanentLibrary(Plugin.c_str(), &ErrorMsg); in CheckerRegistry() 76 Diags.Report(diag::err_fe_unable_to_load_plugin) << Plugin << ErrorMsg; in CheckerRegistry() 86 << llvm::sys::path::filename(Plugin); in CheckerRegistry()
|
| /freebsd/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | k5e1_err.et | 33 error_code KRB5_PLUGIN_VER_NOTSUPP, "Plugin does not support interface version" 35 error_code KRB5_PLUGIN_NAME_NOTFOUND, "Plugin module name not found"
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Debugging/ |
| H A D | DebugInfoSupport.h | 33 class DebugInfoPreservationPlugin : public ObjectLinkingLayer::Plugin {
|
| H A D | DebuggerSupportPlugin.h | 30 : public ObjectLinkingLayer::Plugin {
|
| H A D | PerfSupportPlugin.h | 28 class LLVM_ABI PerfSupportPlugin : public ObjectLinkingLayer::Plugin {
|
| H A D | VTuneSupportPlugin.h | 28 class LLVM_ABI VTuneSupportPlugin : public ObjectLinkingLayer::Plugin {
|
| /freebsd/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/crypto/openssl/external/perl/Text-Template-1.56/ |
| H A D | MANIFEST | 1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 455 auto Plugin = PassPlugin::Load(PluginPath); in optMain() local 456 if (!Plugin) in optMain() 457 reportFatalUsageError(Plugin.takeError()); in optMain() 458 PluginList.emplace_back(Plugin.get()); in optMain()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ |
| H A D | Plugins.def.in | 1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 327 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local 329 if (Plugin.getName() == Arg) in CreateWrappedASTConsumer() 347 for (const FrontendPluginRegistry::entry &Plugin : in CreateWrappedASTConsumer() local 349 std::unique_ptr<PluginASTAction> P = Plugin.instantiate(); in CreateWrappedASTConsumer() 356 Plugin.getName())) { in CreateWrappedASTConsumer() 367 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LinkGraphLinkingLayer.cpp | 465 std::vector<std::shared_ptr<LinkGraphLinkingLayer::Plugin>> Plugins; 472 LinkGraphLinkingLayer::Plugin::~Plugin() = default;
|
| H A D | LazyObjectLinkingLayer.cpp | 27 : public ObjectLinkingLayer::Plugin {
|
| H A D | JITLinkReentryTrampolines.cpp | 30 : public ObjectLinkingLayer::Plugin {
|
| /freebsd/lib/clang/include/Plugins/ |
| H A D | Plugins.def | 1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
|