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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp1 //===-- PlatformOpenBSD.cpp -----------------------------------------------===//
9 #include "PlatformOpenBSD.h"
38 LLDB_PLUGIN_DEFINE(PlatformOpenBSD)
43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) {
70 return PlatformSP(new PlatformOpenBSD(false));
75 llvm::StringRef PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) {
81 void PlatformOpenBSD::Initialize() {
86 PlatformSP default_platform_sp(new PlatformOpenBSD(true));
91 PlatformOpenBSD::GetPluginNameStatic(false),
92 PlatformOpenBSD
108 PlatformOpenBSD::PlatformOpenBSD(bool is_host) function in class:PlatformOpenBSD
[all...]
H A DPlatformOpenBSD.h1 //===-- PlatformOpenBSD.h ---------------------------------------*- C++ -*-===//
17 class PlatformOpenBSD : public PlatformPOSIX { class in namespace:lldb_private::platform_openbsd
19 PlatformOpenBSD(bool is_host);

Completed in 62 milliseconds