| /llvm-project-15.0.7/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))
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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 *|
|
| /llvm-project-15.0.7/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).
|
| /llvm-project-15.0.7/llvm/unittests/Passes/ |
| H A D | CMakeLists.txt | 4 # 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 D | CMakeLists.txt | 9 # 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 D | BUILD.gn | 34 # 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 D | invalid_scripted_process.py | 6 from lldb.plugins.scripted_process import ScriptedProcess 7 from lldb.plugins.scripted_process import ScriptedThread
|
| H A D | dummy_scripted_process.py | 6 from lldb.plugins.scripted_process import ScriptedProcess 7 from lldb.plugins.scripted_process import ScriptedThread
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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/``
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | run-clang-tidy.py | 95 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 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
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | CMakeLists.txt | 20 # Support plugins. 53 # Support plugins.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 1 //=== 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 D | README.txt | 3 packages/Python/lldbsuite/test/functionalities/plugins/commands/mpxtablecmd
|
| /llvm-project-15.0.7/clang/tools/clang-repl/ |
| H A D | CMakeLists.txt | 21 # Support plugins.
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-class-limited-plugin.test | 2 REQUIRES: plugins, examples
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/ |
| H A D | CMakeLists.txt | 9 # 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 D | CMakeLists.txt | 9 # Common parts which can be used by all plugins
|
| /llvm-project-15.0.7/llvm/test/BugPoint/ |
| H A D | func-attrs-keyval.ll | 3 ; REQUIRES: plugins
|
| H A D | crash-narrowfunctiontest.ll | 4 ; REQUIRES: plugins
|
| H A D | compile-custom.ll | 2 ; REQUIRES: plugins
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | ltopasses-extension.ll | 1 ; REQUIRES: x86, plugins, examples
|