Searched refs:PlatformFreeBSD (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp1 //===-- PlatformFreeBSD.cpp ---------------------------------------*- C++ -*-===//
12 #include "PlatformFreeBSD.h"
32 PlatformFreeBSD::CreateInstance (bool force, const lldb_private::ArchSpec *arch)
83 return new PlatformFreeBSD (is_host);
89 PlatformFreeBSD::GetPluginNameStatic (bool is_host)
104 PlatformFreeBSD::GetDescriptionStatic (bool is_host)
115 PlatformFreeBSD::Initialize ()
121 PlatformSP default_platform_sp (new PlatformFreeBSD(true));
125 PluginManager::RegisterPlugin(PlatformFreeBSD::GetPluginNameStatic(false),
126 PlatformFreeBSD
141 PlatformFreeBSD::PlatformFreeBSD (bool is_host) : function in class:PlatformFreeBSD
[all...]
H A DAndroid.mk12 PlatformFreeBSD.cpp
H A DPlatformFreeBSD.h1 //===-- PlatformFreeBSD.h -----------------------------------------*- C++ -*-===//
19 class PlatformFreeBSD : public lldb_private::Platform class in inherits:lldb_private::Platform
45 PlatformFreeBSD (bool is_host);
48 ~PlatformFreeBSD();
159 DISALLOW_COPY_AND_ASSIGN (PlatformFreeBSD);
/external/lldb/source/
H A Dlldb.cpp43 #include "Plugins/Platform/FreeBSD/PlatformFreeBSD.h"
114 PlatformFreeBSD::Initialize();
198 PlatformFreeBSD::Terminate();

Completed in 201 milliseconds