Lines Matching refs:PlatformFreeBSD
43 LLDB_PLUGIN_DEFINE(PlatformFreeBSD)
48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
75 return PlatformSP(new PlatformFreeBSD(false)); in CreateInstance()
80 llvm::StringRef PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
86 void PlatformFreeBSD::Initialize() { in Initialize()
91 PlatformSP default_platform_sp(new PlatformFreeBSD(true)); in Initialize()
96 PlatformFreeBSD::GetPluginNameStatic(false), in Initialize()
97 PlatformFreeBSD::GetPluginDescriptionStatic(false), in Initialize()
98 PlatformFreeBSD::CreateInstance, nullptr); in Initialize()
102 void PlatformFreeBSD::Terminate() { in Terminate()
105 PluginManager::UnregisterPlugin(PlatformFreeBSD::CreateInstance); in Terminate()
113 PlatformFreeBSD::PlatformFreeBSD(bool is_host) in PlatformFreeBSD() function in PlatformFreeBSD
133 PlatformFreeBSD::GetSupportedArchitectures(const ArchSpec &process_host_arch) { in GetSupportedArchitectures()
139 void PlatformFreeBSD::GetStatus(Stream &strm) { in GetStatus()
159 bool PlatformFreeBSD::CanDebugProcess() { in CanDebugProcess()
168 void PlatformFreeBSD::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames()
172 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
189 CompilerType PlatformFreeBSD::GetSiginfoType(const llvm::Triple &triple) { in GetSiginfoType()