Home
last modified time | relevance | path

Searched refs:plugins (Results 1 – 25 of 100) sorted by relevance

1234

/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py85 if args.plugins is None:
86 args.plugins = []
120 print_checkers(get_checkers(args.clang, args.plugins))
123 print_active_checkers(get_checkers(args.clang, args.plugins))
343 plugins = parser.add_argument_group('checker options')
344 plugins.add_argument(
351 plugins.add_argument(
357 plugins.add_argument(
363 plugins.add_argument(
369 plugins.add_argument(
H A Dclang.py58 def get_active_checkers(clang, plugins): argument
74 for plugin in plugins
138 def get_checkers(clang, plugins): argument
147 load = [elem for plugin in plugins for elem in ['-load', plugin]]
152 is_active_checker = is_active(get_active_checkers(clang, plugins))
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DCreateCheckerManager.cpp22 ArrayRef<std::string> plugins, in CheckerManager() argument
27 CheckerRegistry Registry(*RegistryData, plugins, Context.getDiagnostics(), in CheckerManager()
37 ArrayRef<std::string> plugins) in CheckerManager() argument
40 CheckerRegistry Registry(*RegistryData, plugins, Diags, AOptions, {}); in CheckerManager()
/llvm-project-15.0.7/lldb/source/Plugins/
H A DPlugins.def.in10 |* This file enumerates all of the plugins supported by this build of LLDB. *|
13 |* including this file will then enumerate all of the plugins. Script *|
14 |* interpreter plugins can be enumerated separately by defining *|
18 |* The set of plugins supported by LLDB is generated at configuration *|
/llvm-project-15.0.7/clang/lib/Analysis/plugins/
H A DCMakeLists.txt2 # clang-tidy), we cannot compile this unless the platform supports plugins with
3 # undefined symbols, and cannot use it unless the user has opted for clang plugins).
/llvm-project-15.0.7/llvm/unittests/Passes/
H A DCMakeLists.txt4 # If plugins are disabled, this test will disable itself at runtime. Otherwise,
5 # reconfiguring with plugins disabled will leave behind a stale executable.
15 # On AIX, enable run-time linking to allow symbols from the plugins shared
/llvm-project-15.0.7/openmp/libomptarget/
H A DCMakeLists.txt9 # Build offloading library and related plugins.
60 # Once the plugins for the different targets are validated, they will be added to
92 # Build offloading plugins and device RTLs if they are available.
93 add_subdirectory(plugins)
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/bugpoint/
H A DBUILD.gn34 # Support plugins.
37 # Make sure bugpoint plugins can access bugpoint's symbols.
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py6 from lldb.plugins.scripted_process import ScriptedProcess
7 from lldb.plugins.scripted_process import ScriptedThread
H A Ddummy_scripted_process.py6 from lldb.plugins.scripted_process import ScriptedProcess
7 from lldb.plugins.scripted_process import ScriptedThread
/llvm-project-15.0.7/clang/docs/
H A DClangPlugins.rst132 Clang plugins can receive arguments from the compiler driver command
154 loaded via the `-load` command line option. This will load all plugins
155 that are registered, and you can select the plugins to run by specifying the
156 `-plugin` option. Additional parameters for the plugins can be passed with
207 To reduce peak memory usage of the compiler, plugins are recommended to run
209 having any plugins that run after the codegen action automatically turns off
213 ``getActionType`` to run plugins while still benefitting from
/llvm-project-15.0.7/llvm/docs/
H A DGoldPlugin.rst10 `gold linker`_ which supports LTO via plugins. This is the same mechanism
16 and above also supports LTO via plugins. However, usage of the LLVM
56 $ ../binutils/configure --enable-gold --enable-plugins --disable-werror
61 ``build/binutils/ar`` and ``nm-new`` binaries supporting plugins.
86 to install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup.
153 * Copy ``Release/lib/LLVMgold.so`` to ``$PREFIX/lib/bfd-plugins/``
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py95 config, line_filter, use_color, plugins): argument
129 for plugin in plugins:
203 args.plugins)
316 args.plugins)
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/Passes/
H A DBUILD.gn43 # If plugins are disabled, this test will disable itself at runtime.
44 # Otherwise, reconfiguring with plugins disabled will leave behind a stale
/llvm-project-15.0.7/clang/tools/driver/
H A DCMakeLists.txt20 # Support plugins.
53 # Support plugins.
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =//
93 ///----------------------- Registration of the plugins -------------------------
/llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/test/
H A DREADME.txt3 packages/Python/lldbsuite/test/functionalities/plugins/commands/mpxtablecmd
/llvm-project-15.0.7/clang/tools/clang-repl/
H A DCMakeLists.txt21 # Support plugins.
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-class-limited-plugin.test2 REQUIRES: plugins, examples
/llvm-project-15.0.7/openmp/libomptarget/plugins/
H A DCMakeLists.txt9 # Build plugins for the user system if available.
97 # Make sure the parent scope can see the plugins that will be created.
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/
H A DCMakeLists.txt9 # Common parts which can be used by all plugins
/llvm-project-15.0.7/llvm/test/BugPoint/
H A Dfunc-attrs-keyval.ll3 ; REQUIRES: plugins
H A Dcrash-narrowfunctiontest.ll4 ; REQUIRES: plugins
H A Dcompile-custom.ll2 ; REQUIRES: plugins
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dltopasses-extension.ll1 ; REQUIRES: x86, plugins, examples

1234