Home
last modified time | relevance | path

Searched defs:PluginName (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DPluginManager.h25 #define LLDB_PLUGIN_DEFINE_ADV(ClassName, PluginName) \ argument
31 #define LLDB_PLUGIN_DEFINE(PluginName) \ argument
35 #define LLDB_PLUGIN_DECLARE(PluginName) \ argument
41 #define LLDB_PLUGIN_INITIALIZE(PluginName) lldb_initialize_##PluginName() argument
42 #define LLDB_PLUGIN_TERMINATE(PluginName) lldb_terminate_##PluginName() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassPlugin.h46 const char *PluginName; member
/external/llvm-project/llvm/include/llvm/Passes/
DPassPlugin.h46 const char *PluginName; member
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc267 string PluginName(const std::string& plugin_prefix, in PluginName() function