Home
last modified time | relevance | path

Searched defs:plugin (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp83 for (const FrontendPluginRegistry::entry &plugin : in createFrontendAction() local
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst387 .. _plugin: target
667 .. _collector-algos:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DIntegrations.rst117 .. _plugin: https://github.com/Ericsson/CodeCheckerEclipsePlugin target
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py559 def register_plugin(plugin): argument
570 def add_plugin(self, plugin): argument
576 def remove_plugin(self, plugin): argument
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp135 void ProcessLaunchInfo::SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp809 StructuredDataDarwinLog &plugin = in DoExecute() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h153 void SetProcessPluginName(llvm::StringRef plugin) { in SetProcessPluginName()