| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | arguments.py | 85 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 D | clang.py | 58 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 D | CreateCheckerManager.cpp | 22 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 D | Plugins.def.in | 10 |* 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 D | Plagger.tml | 6 plugins: 21 [ { plugins => [ 49 plugins: 76 [ { plugins => [ {
|
| /openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/ |
| H A D | Plugins.def | 10 |* 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 D | CMakeLists.txt | 2 # 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 D | BUILD.gn | 83 # 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 D | BUILD.gn | 35 # Support plugins. 38 # Make sure bugpoint plugins can access bugpoint's symbols.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangPlugins.rst | 132 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 D | GoldPlugin.rst | 10 `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 D | WritingAnLLVMNewPMPass.rst | 236 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 D | BUILD.gn | 43 # 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 D | prove.t | 1088 plugins => ['Dummy'], 1111 plugins => ['Dummy'], 1137 plugins => ['Dummy'], 1160 plugins => ['Dummy2'], 1194 plugins => ['Dummy'],
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | CMakeLists.txt | 21 # Support plugins. 54 # Support plugins.
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 1 //=== ValueProfilePlugins.inc - set of plugins used by ValueProfileCollector =// 93 ///----------------------- Registration of the plugins -------------------------
|
| /openbsd-src/regress/usr.bin/pkg-config/pcdir/ |
| H A D | variables.pc | 4 plugindir=${libdir}/pkgconfig-plugins.0
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/ |
| H A D | README.txt | 3 packages/Python/lldbsuite/test/functionalities/plugins/commands/mpxtablecmd
|
| /openbsd-src/gnu/llvm/clang/tools/clang-repl/ |
| H A D | CMakeLists.txt | 21 # Support plugins.
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CMakeLists.txt | 47 add_subdirectory(plugins)
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llc/ |
| H A D | BUILD.gn | 21 # Support plugins.
|
| /openbsd-src/gnu/llvm/llvm/tools/gold/ |
| H A D | README.txt | 6 binutils, and the default build of gold does not support plugins.
|
| /openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/ |
| H A D | crashlog_scripted_process.py | 6 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 D | BUILD.gn | 31 # Support plugins.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ |
| H A D | BUILD.gn | 9 # In the GN build, we instead have an explicit list of all plugins here. 225 # initalized after all plugins, but before ProcessGDBRemote.
|