Home
last modified time | relevance | path

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

12345

/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
DPlatformOpenBSD.cpp84 const char *PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformOpenBSD
106 PlatformOpenBSD::GetPluginDescriptionStatic(false), in Initialize()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.cpp30 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
38 const char *DynamicLoaderWasmDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWasmDYLD
DDynamicLoaderWasmDYLD.h25 static const char *GetPluginDescriptionStatic();
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
DPlatformLinux.cpp85 const char *PlatformLinux::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformLinux
107 PlatformLinux::GetPluginDescriptionStatic(false), in Initialize()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
DScriptInterpreterNone.cpp48 GetPluginDescriptionStatic(), in Initialize()
65 const char *ScriptInterpreterNone::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ScriptInterpreterNone
DScriptInterpreterNone.h37 static const char *GetPluginDescriptionStatic();
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
DPlatformNetBSD.cpp78 const char *PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformNetBSD
100 PlatformNetBSD::GetPluginDescriptionStatic(false), in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
DPlatformFreeBSD.cpp89 const char *PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformFreeBSD
111 PlatformFreeBSD::GetPluginDescriptionStatic(false), in Initialize()
/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/external/llvm-project/lldb/source/Target/
DProcessTrace.cpp27 const char *ProcessTrace::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ProcessTrace
106 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp37 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
49 const char *SymbolVendorWasm::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorWasm
DSymbolVendorWasm.h25 static const char *GetPluginDescriptionStatic();
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.cpp142 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
154 const char *DynamicLoaderStatic::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderStatic
DDynamicLoaderStatic.h28 static const char *GetPluginDescriptionStatic();
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp36 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
48 const char *SymbolVendorELF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorELF
DSymbolVendorELF.h27 static const char *GetPluginDescriptionStatic();
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.h24 static const char *GetPluginDescriptionStatic();
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
45 const char *DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWindowsDYLD
DDynamicLoaderWindowsDYLD.h28 static const char *GetPluginDescriptionStatic();
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp34 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
46 const char *SymbolFileSymtab::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileSymtab
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.h52 static const char *GetPluginDescriptionStatic();

12345