Home
last modified time | relevance | path

Searched refs:GetPluginDescriptionStatic (Results 1 – 25 of 110) sorted by relevance

12345

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp49 GetPluginDescriptionStatic(), in Initialize()
61 llvm::StringRef ScriptInterpreterNone::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ScriptInterpreterNone
H A DScriptInterpreterNone.h37 static llvm::StringRef GetPluginDescriptionStatic();
/src/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h32 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformOpenBSD.cpp75 llvm::StringRef PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformOpenBSD
92 PlatformOpenBSD::GetPluginDescriptionStatic(false), in Initialize()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp31 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
34 llvm::StringRef DynamicLoaderWasmDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWasmDYLD
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp43 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
50 llvm::StringRef SymbolFileJSON::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileJSON
/src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h24 static llvm::StringRef GetPluginDescriptionStatic();
28 return GetPluginDescriptionStatic(); in GetDescription()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
42 llvm::StringRef SymbolVendorPECOFF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorPECOFF
H A DSymbolVendorPECOFF.h27 static llvm::StringRef GetPluginDescriptionStatic();
/src/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp25 llvm::StringRef ProcessTrace::GetPluginDescriptionStatic() { in LLDB_PLUGIN_DEFINE()
102 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp140 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
147 llvm::StringRef DynamicLoaderStatic::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderStatic
H A DDynamicLoaderStatic.h28 static llvm::StringRef GetPluginDescriptionStatic();
/src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp37 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
44 llvm::StringRef SymbolVendorWasm::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorWasm
H A DSymbolVendorWasm.h25 static llvm::StringRef GetPluginDescriptionStatic();
/src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
42 llvm::StringRef SymbolVendorELF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorELF
H A DSymbolVendorELF.h27 static llvm::StringRef GetPluginDescriptionStatic();
/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp113 GetPluginNameStatic(), GetPluginDescriptionStatic(), CreateInstance, in Initialize()
136 llvm::StringRef SymbolLocatorDebuginfod::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolLocatorDebuginfod
H A DSymbolLocatorDebuginfod.h27 static llvm::StringRef GetPluginDescriptionStatic();
/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp36 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
41 llvm::StringRef DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWindowsDYLD
/src/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.h26 static llvm::StringRef GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function
/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp56 GetPluginNameStatic(), GetPluginDescriptionStatic(), CreateInstance, in Initialize()
65 llvm::StringRef SymbolLocatorDefault::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolLocatorDefault
H A DSymbolLocatorDefault.h25 static llvm::StringRef GetPluginDescriptionStatic();
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
42 llvm::StringRef SymbolFileSymtab::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileSymtab

12345