Home
last modified time | relevance | path

Searched refs:PlatformNetBSD (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp38 LLDB_PLUGIN_DEFINE(PlatformNetBSD)
43 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
64 return PlatformSP(new PlatformNetBSD(false)); in CreateInstance()
69 llvm::StringRef PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
75 void PlatformNetBSD::Initialize() { in Initialize()
80 PlatformSP default_platform_sp(new PlatformNetBSD(true)); in Initialize()
85 PlatformNetBSD::GetPluginNameStatic(false), in Initialize()
86 PlatformNetBSD::GetPluginDescriptionStatic(false), in Initialize()
87 PlatformNetBSD::CreateInstance, nullptr); in Initialize()
91 void PlatformNetBSD::Terminate() { in Terminate()
[all …]
H A DPlatformNetBSD.h18 class PlatformNetBSD : public PlatformPOSIX {
20 PlatformNetBSD(bool is_host);
H A DCMakeLists.txt2 PlatformNetBSD.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile24 PlatformNetBSD.cpp \
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def78 LLDB_PLUGIN(PlatformNetBSD)
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4261 lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h