Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp48 GetPluginDescriptionStatic(), in Initialize()
60 llvm::StringRef ScriptInterpreterNone::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ScriptInterpreterNone
H A DScriptInterpreterNone.h37 static llvm::StringRef GetPluginDescriptionStatic();
/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp31 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
34 llvm::StringRef DynamicLoaderWasmDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWasmDYLD
H A DDynamicLoaderWasmDYLD.h25 static llvm::StringRef GetPluginDescriptionStatic();
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h21 static llvm::StringRef GetPluginDescriptionStatic();
25 return GetPluginDescriptionStatic(); in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h32 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
40 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcessTrace.cpp23 llvm::StringRef ProcessTrace::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in ProcessTrace
99 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp148 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
155 llvm::StringRef DynamicLoaderStatic::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderStatic
H A DDynamicLoaderStatic.h28 static llvm::StringRef GetPluginDescriptionStatic();
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp36 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
43 llvm::StringRef SymbolVendorPECOFF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorPECOFF
H A DSymbolVendorPECOFF.h27 static llvm::StringRef GetPluginDescriptionStatic();
/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp36 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
43 llvm::StringRef SymbolVendorELF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolVendorELF
H A DSymbolVendorELF.h27 static llvm::StringRef GetPluginDescriptionStatic();
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.h24 static llvm::StringRef GetPluginDescriptionStatic();
/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp34 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
41 llvm::StringRef SymbolFileSymtab::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileSymtab
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp244 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
251 llvm::StringRef UnwindAssembly_x86::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in UnwindAssembly_x86
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.h29 static llvm::StringRef GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function

12345