Lines Matching refs:PlatformOpenBSD
38 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()
100 PluginManager::UnregisterPlugin(PlatformOpenBSD::CreateInstance); in Terminate()
108 PlatformOpenBSD::PlatformOpenBSD(bool is_host) in PlatformOpenBSD() function in PlatformOpenBSD
122 PlatformOpenBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
128 void PlatformOpenBSD::GetStatus(Stream &strm) { in GetStatus()
149 bool PlatformOpenBSD::CanDebugProcess() { in CanDebugProcess()
153 void PlatformOpenBSD::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames()
157 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()