Home
last modified time | relevance | path

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

123456

/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();
/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()
/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/llvm-project/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/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
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h24 static llvm::StringRef GetPluginDescriptionStatic();
28 return GetPluginDescriptionStatic(); in GetDescription()
/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
/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();
/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp25 llvm::StringRef ProcessTrace::GetPluginDescriptionStatic() { in LLDB_PLUGIN_DEFINE()
102 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
/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();
/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp139 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
146 llvm::StringRef DynamicLoaderStatic::GetPluginDescriptionStatic() {
147 llvm::StringRef DynamicLoaderStatic::GetPluginDescriptionStatic() { GetPluginDescriptionStatic() function in DynamicLoaderStatic
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h32 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/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();
/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();
/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
/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
/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
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.h24 static llvm::StringRef GetPluginDescriptionStatic();

123456