Searched refs:PlatformFreeBSD (Results 1 – 6 of 6) sorted by relevance
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()[all …]
18 class PlatformFreeBSD : public PlatformPOSIX {20 PlatformFreeBSD(bool is_host);
2 PlatformFreeBSD.cpp
11 PlatformFreeBSD.cpp \
77 LLDB_PLUGIN(PlatformFreeBSD)
4246 lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h