Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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))
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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 *|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DPlagger.tml6 plugins:
21 [ { plugins => [
49 plugins:
76 [ { plugins => [ {
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def10 |* 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 *|
/openbsd-src/gnu/llvm/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).
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Analysis/
H A DBUILD.gn83 # If plugins are disabled, this test will disable itself at runtime.
84 # Otherwise, reconfiguring with plugins disabled will leave behind a stale
90 # Support plugins.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/bugpoint/
H A DBUILD.gn35 # Support plugins.
38 # Make sure bugpoint plugins can access bugpoint's symbols.
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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/``
H A DWritingAnLLVMNewPMPass.rst236 Registering passes as plugins
239 LLVM provides a mechanism to register pass plugins within various tools like
255 one for static registration and one for dynamically loaded plugins:
260 Pass plugins are compiled and linked dynamically by default. Setting
266 To make ``PassBuilder`` aware of statically linked pass plugins:
280 To make ``PassBuilder`` aware of dynamically linked pass plugins:
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dprove.t1088 plugins => ['Dummy'],
1111 plugins => ['Dummy'],
1137 plugins => ['Dummy'],
1160 plugins => ['Dummy2'],
1194 plugins => ['Dummy'],
/openbsd-src/gnu/llvm/clang/tools/driver/
H A DCMakeLists.txt21 # Support plugins.
54 # Support plugins.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =//
93 ///----------------------- Registration of the plugins -------------------------
/openbsd-src/regress/usr.bin/pkg-config/pcdir/
H A Dvariables.pc4 plugindir=${libdir}/pkgconfig-plugins.0
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DREADME.txt3 packages/Python/lldbsuite/test/functionalities/plugins/commands/mpxtablecmd
/openbsd-src/gnu/llvm/clang/tools/clang-repl/
H A DCMakeLists.txt21 # Support plugins.
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCMakeLists.txt47 add_subdirectory(plugins)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llc/
H A DBUILD.gn21 # Support plugins.
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A DREADME.txt6 binutils, and the default build of gold does not support plugins.
/openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py6 from lldb.plugins.scripted_process import ScriptedProcess
7 from lldb.plugins.scripted_process import ScriptedThread
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/opt/
H A DBUILD.gn31 # Support plugins.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn9 # In the GN build, we instead have an explicit list of all plugins here.
225 # initalized after all plugins, but before ProcessGDBRemote.

1234