Home
last modified time | relevance | path

Searched refs:PlatformOpenBSD (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp38 LLDB_PLUGIN_DEFINE(PlatformOpenBSD)
43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
70 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()
75 llvm::StringRef PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
81 void PlatformOpenBSD::Initialize() { in Initialize()
86 PlatformSP default_platform_sp(new PlatformOpenBSD(true)); in Initialize()
91 PlatformOpenBSD::GetPluginNameStatic(false), in Initialize()
92 PlatformOpenBSD::GetPluginDescriptionStatic(false), in Initialize()
93 PlatformOpenBSD::CreateInstance, nullptr); in Initialize()
97 void PlatformOpenBSD::Terminate() { in Terminate()
[all …]
H A DPlatformOpenBSD.h17 class PlatformOpenBSD : public PlatformPOSIX {
19 PlatformOpenBSD(bool is_host);