Home
last modified time | relevance | path

Searched refs:PlatformFreeBSD (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp42 LLDB_PLUGIN_DEFINE(PlatformFreeBSD)
47 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
74 return PlatformSP(new PlatformFreeBSD(false)); in CreateInstance()
79 ConstString PlatformFreeBSD::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic()
89 const char *PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic()
96 ConstString PlatformFreeBSD::GetPluginName() { in GetPluginName()
100 void PlatformFreeBSD::Initialize() { in Initialize()
105 PlatformSP default_platform_sp(new PlatformFreeBSD(true)); in Initialize()
110 PlatformFreeBSD::GetPluginNameStatic(false), in Initialize()
111 PlatformFreeBSD::GetPluginDescriptionStatic(false), in Initialize()
[all …]
DPlatformFreeBSD.h17 class PlatformFreeBSD : public PlatformPOSIX {
19 PlatformFreeBSD(bool is_host);
DCMakeLists.txt2 PlatformFreeBSD.cpp