Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h35 static const char *GetPluginDescriptionStatic(bool is_host);
45 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-12.1/contrib/llvm/tools/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.h41 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h35 static const char *GetPluginDescriptionStatic(bool is_host);
45 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-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h35 static const char *GetPluginDescriptionStatic(bool is_host);
45 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
H A DPlatformFreeBSD.cpp86 const char *PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() function in PlatformFreeBSD
108 PlatformFreeBSD::GetPluginDescriptionStatic(false), in Initialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp143 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
155 const char *DynamicLoaderStatic::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderStatic
H A DDynamicLoaderStatic.h33 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp34 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
44 const char *DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWindowsDYLD
H A DDynamicLoaderWindowsDYLD.h27 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp40 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
52 const char *SymbolVendorELF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorELF
H A DSymbolVendorELF.h34 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp28 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
40 const char *SymbolFileSymtab::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileSymtab
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp45 GetPluginDescriptionStatic(), CreateInstance, in Initialize()
58 const char *ObjectFileJIT::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ObjectFileJIT
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp260 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
272 const char *UnwindAssembly_x86::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in UnwindAssembly_x86
H A DUnwindAssembly-x86.h54 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h33 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h29 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h43 static const char *GetPluginDescriptionStatic();
H A DOperatingSystemPython.cpp40 GetPluginDescriptionStatic(), CreateInstance, in Initialize()
68 const char *OperatingSystemPython::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in OperatingSystemPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h30 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h35 static const char *GetPluginDescriptionStatic();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h29 static const char *GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function

123