Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformFreeBSD.cpp89 const char *PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformFreeBSD
111 PlatformFreeBSD::GetPluginDescriptionStatic(false), in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformOpenBSD.cpp84 const char *PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformOpenBSD
106 PlatformOpenBSD::GetPluginDescriptionStatic(false), in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp48 GetPluginDescriptionStatic(), in Initialize()
65 const char *ScriptInterpreterNone::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ScriptInterpreterNone
H A DScriptInterpreterNone.h37 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h30 static const char *GetPluginDescriptionStatic(bool is_host);
38 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformNetBSD.cpp78 const char *PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformNetBSD
100 PlatformNetBSD::GetPluginDescriptionStatic(false), in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp30 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
38 const char *DynamicLoaderWasmDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWasmDYLD
H A DDynamicLoaderWasmDYLD.h25 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp27 const char *ProcessTrace::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ProcessTrace
104 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp37 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
49 const char *SymbolVendorWasm::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorWasm
H A DSymbolVendorWasm.h25 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp148 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
160 const char *DynamicLoaderStatic::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderStatic
H A DDynamicLoaderStatic.h28 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp36 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
48 const char *SymbolVendorELF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorELF
H A DSymbolVendorELF.h27 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp34 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
46 const char *SymbolFileSymtab::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileSymtab
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
45 const char *DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWindowsDYLD
H A DDynamicLoaderWindowsDYLD.h28 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h54 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp252 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
264 const char *UnwindAssembly_x86::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in UnwindAssembly_x86
H A DUnwindAssembly-x86.h51 static const char *GetPluginDescriptionStatic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp48 GetPluginDescriptionStatic(), CreateInstance, in Initialize()
61 const char *ObjectFileJIT::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ObjectFileJIT
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp40 const char *ScriptedProcess::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ScriptedProcess
140 GetPluginDescriptionStatic(), CreateInstance); in Initialize()

1234