Searched refs:PlatformOpenBSD (Results 1 – 6 of 6) sorted by relevance
39 LLDB_PLUGIN_DEFINE(PlatformOpenBSD)44 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()71 return PlatformSP(new PlatformOpenBSD(false)); in CreateInstance()76 llvm::StringRef PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()82 void PlatformOpenBSD::Initialize() { in Initialize()87 PlatformSP default_platform_sp(new PlatformOpenBSD(true)); in Initialize()92 PlatformOpenBSD::GetPluginNameStatic(false), in Initialize()93 PlatformOpenBSD::GetPluginDescriptionStatic(false), in Initialize()94 PlatformOpenBSD::CreateInstance, nullptr); in Initialize()99 void PlatformOpenBSD::Terminate() { in Terminate()[all …]
17 class PlatformOpenBSD : public PlatformPOSIX {19 PlatformOpenBSD(bool is_host);
2 PlatformOpenBSD.cpp
25 PlatformOpenBSD.cpp \
79 LLDB_PLUGIN(PlatformOpenBSD)
4262 lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h