Searched refs:GetPluginDescriptionStatic (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp30 GetPluginDescriptionStatic(), CreateInstance);
38 const char *DynamicLoaderWasmDYLD::GetPluginDescriptionStatic() { function in class:DynamicLoaderWasmDYLD
H A DDynamicLoaderWasmDYLD.h25 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h32 static const char *GetPluginDescriptionStatic(bool is_host);
40 return GetPluginDescriptionStatic(IsHost());
H A DPlatformOpenBSD.cpp84 const char *PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { function in class:PlatformOpenBSD
106 PlatformOpenBSD::GetPluginDescriptionStatic(false),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp48 GetPluginDescriptionStatic(),
65 const char *ScriptInterpreterNone::GetPluginDescriptionStatic() { function in class:ScriptInterpreterNone
H A DScriptInterpreterNone.h37 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.h29 static const char *GetPluginDescriptionStatic();
H A DSymbolVendorELF.cpp39 GetPluginDescriptionStatic(), CreateInstance);
51 const char *SymbolVendorELF::GetPluginDescriptionStatic() { function in class:SymbolVendorELF
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.h25 static const char *GetPluginDescriptionStatic();
H A DSymbolVendorWasm.cpp37 GetPluginDescriptionStatic(), CreateInstance);
49 const char *SymbolVendorWasm::GetPluginDescriptionStatic() { function in class:SymbolVendorWasm
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h32 static const char *GetPluginDescriptionStatic(bool is_host);
40 return GetPluginDescriptionStatic(IsHost());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h32 static const char *GetPluginDescriptionStatic(bool is_host);
40 return GetPluginDescriptionStatic(IsHost());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h30 static const char *GetPluginDescriptionStatic();
H A DDynamicLoaderStatic.cpp145 GetPluginDescriptionStatic(), CreateInstance);
157 const char *DynamicLoaderStatic::GetPluginDescriptionStatic() { function in class:DynamicLoaderStatic
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.h28 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h42 static const char *GetPluginDescriptionStatic();
H A DScriptInterpreterLua.cpp143 GetPluginDescriptionStatic(),
187 const char *ScriptInterpreterLua::GetPluginDescriptionStatic() { function in class:ScriptInterpreterLua
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h52 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h28 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h30 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h42 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h51 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h29 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h35 static const char *GetPluginDescriptionStatic();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h25 static const char *GetPluginDescriptionStatic() { function in class:lldb_private::breakpad::ObjectFileBreakpad

Completed in 220 milliseconds

123