Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp49 GetPluginDescriptionStatic(), in Initialize()
61 llvm::StringRef ScriptInterpreterNone::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
60 llvm::StringRef ScriptInterpreterNone::GetPluginDescriptionStatic() { GetPluginDescriptionStatic() function in ScriptInterpreterNone
H A DScriptInterpreterNone.h37 static llvm::StringRef GetPluginDescriptionStatic();
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h33 static llvm::StringRef GetPluginDescriptionStatic(bool is_host);
41 return GetPluginDescriptionStatic(IsHost()); in GetDescription()
/freebsd/contrib/llvm-project/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();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h24 static llvm::StringRef GetPluginDescriptionStatic();
28 return GetPluginDescriptionStatic(); in GetDescription()
H A DPlatformQemuUser.cpp77 llvm::StringRef PlatformQemuUser::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in PlatformQemuUser
83 GetPluginNameStatic(), GetPluginDescriptionStatic(), in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp43 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
50 llvm::StringRef SymbolFileJSON::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileJSON
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
42 llvm::StringRef SymbolVendorPECOFF::GetPluginDescriptionStatic() {
43 llvm::StringRef SymbolVendorPECOFF::GetPluginDescriptionStatic() { GetPluginDescriptionStatic() function in SymbolVendorPECOFF
H A DSymbolVendorPECOFF.h27 static llvm::StringRef GetPluginDescriptionStatic();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp37 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
44 llvm::StringRef SymbolVendorWasm::GetPluginDescriptionStatic() {
45 llvm::StringRef SymbolVendorWasm::GetPluginDescriptionStatic() { GetPluginDescriptionStatic() function in SymbolVendorWasm
H A DSymbolVendorWasm.h25 static llvm::StringRef GetPluginDescriptionStatic();
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp140 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
147 llvm::StringRef DynamicLoaderStatic::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderStatic
H A DDynamicLoaderStatic.h28 static llvm::StringRef GetPluginDescriptionStatic();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp25 llvm::StringRef ProcessTrace::GetPluginDescriptionStatic() { in LLDB_PLUGIN_DEFINE()
102 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
42 llvm::StringRef SymbolVendorELF::GetPluginDescriptionStatic() {
43 llvm::StringRef SymbolVendorELF::GetPluginDescriptionStatic() { GetPluginDescriptionStatic() function in SymbolVendorELF
H A DSymbolVendorELF.h27 static llvm::StringRef GetPluginDescriptionStatic();
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp36 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
41 llvm::StringRef DynamicLoaderWindowsDYLD::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in DynamicLoaderWindowsDYLD
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp35 GetPluginDescriptionStatic(), CreateInstance); in Initialize()
42 llvm::StringRef SymbolFileSymtab::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolFileSymtab
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp56 GetPluginNameStatic(), GetPluginDescriptionStatic(), CreateInstance, in Initialize()
65 llvm::StringRef SymbolLocatorDefault::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function in SymbolLocatorDefault
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.h26 static llvm::StringRef GetPluginDescriptionStatic() { in GetPluginDescriptionStatic() function
/freebsd/contrib/llvm-project/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

12345