Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLinkGraphLinkingLayer.h52 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 DEHFrameRegistrationPlugin.h28 : public LinkGraphLinkingLayer::Plugin {
H A DDebuggerSupportPlugin.h
H A DUnwindInfoRegistrationPlugin.h22 : public LinkGraphLinkingLayer::Plugin {
H A DDebugObjectManagerPlugin.h49 class LLVM_ABI DebugObjectManagerPlugin : public ObjectLinkingLayer::Plugin {
H A DCOFFPlatform.h94 class LLVM_ABI COFFPlatformPlugin : public ObjectLinkingLayer::Plugin {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp44 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 DExecuteCompilerInvocation.cpp123 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 DExecution.cpp70 std::unique_ptr<ToolExecutorPlugin> Plugin(TEPlugin.instantiate()); in createExecutorFromCommandLineArgsImpl() local
72 Plugin->create(*OptionsParser); in createExecutorFromCommandLineArgsImpl()
H A DCompilationDatabase.cpp64 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 DCheckerRegistry.cpp70 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 Dk5e1_err.et33 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 DDebugInfoSupport.h33 class DebugInfoPreservationPlugin : public ObjectLinkingLayer::Plugin {
H A DDebuggerSupportPlugin.h30 : public ObjectLinkingLayer::Plugin {
H A DPerfSupportPlugin.h28 class LLVM_ABI PerfSupportPlugin : public ObjectLinkingLayer::Plugin {
H A DVTuneSupportPlugin.h28 class LLVM_ABI VTuneSupportPlugin : public ObjectLinkingLayer::Plugin {
/freebsd/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/crypto/openssl/external/perl/Text-Template-1.56/
H A DMANIFEST1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp455 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 DPlugins.def.in1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp327 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 DLinkGraphLinkingLayer.cpp465 std::vector<std::shared_ptr<LinkGraphLinkingLayer::Plugin>> Plugins;
472 LinkGraphLinkingLayer::Plugin::~Plugin() = default;
H A DLazyObjectLinkingLayer.cpp27 : public ObjectLinkingLayer::Plugin {
H A DJITLinkReentryTrampolines.cpp30 : public ObjectLinkingLayer::Plugin {
/freebsd/lib/clang/include/Plugins/
H A DPlugins.def1 /*===- lldb/source/Plugin/Plugins.def ---------------------------*- C++ -*-===*\

12