Home
last modified time | relevance | path

Searched refs:LLDB_PLUGIN (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/lib/clang/include/Plugins/
HDPlugins.def11 |* Clients of this file should define the LLDB_PLUGIN macro to be a *|
15 |* LLDB_SCRIPT_PLUGIN in which case they are not part of LLDB_PLUGIN. *|
24 #ifndef LLDB_PLUGIN
25 # error Please define the macro LLDB_PLUGIN(PluginName)
29 #define LLDB_SCRIPT_PLUGIN(p) LLDB_PLUGIN(p)
32 LLDB_PLUGIN(ABIAArch64)
33 LLDB_PLUGIN(ABIARM)
34 LLDB_PLUGIN(ABIMips)
35 LLDB_PLUGIN(ABIPowerPC)
36 LLDB_PLUGIN(ABIRISCV)
[all …]
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/
HDPlugins.def.in11 |* Clients of this file should define the LLDB_PLUGIN macro to be a *|
15 |* LLDB_SCRIPT_PLUGIN in which case they are not part of LLDB_PLUGIN. *|
24 #ifndef LLDB_PLUGIN
25 # error Please define the macro LLDB_PLUGIN(PluginName)
29 #define LLDB_SCRIPT_PLUGIN(p) LLDB_PLUGIN(p)
36 #undef LLDB_PLUGIN
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSystemInitializerFull.cpp30 #define LLDB_PLUGIN(p) LLDB_PLUGIN_DECLARE(p) macro
73 #define LLDB_PLUGIN(p) LLDB_PLUGIN_INITIALIZE(p); in Initialize() macro
98 #define LLDB_PLUGIN(p) LLDB_PLUGIN_TERMINATE(p); in Terminate() macro