Searched defs:PlatformLinux (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h1 //===-- PlatformLinux.h -----------------------------------------*- C++ -*-===//
21 class PlatformLinux : public Platform class in namespace:lldb_private
31 PlatformLinux (bool is_host);
34 ~PlatformLinux();
107 DISALLOW_COPY_AND_ASSIGN (PlatformLinux);
H A DPlatformLinux.cpp1 //===-- PlatformLinux.cpp ---------------------------------------*- C++ -*-===//
12 #include "PlatformLinux.h"
39 PlatformLinux::CreateInstance (bool force, const ArchSpec *arch)
85 return new PlatformLinux(true);
91 PlatformLinux::GetPluginNameStatic (bool is_host)
106 PlatformLinux::GetPluginDescriptionStatic (bool is_host)
115 PlatformLinux::GetPluginName()
121 PlatformLinux::Initialize ()
126 PlatformSP default_platform_sp (new PlatformLinux(true));
130 PluginManager::RegisterPlugin(PlatformLinux
303 PlatformLinux::PlatformLinux (bool is_host) : function in class:PlatformLinux
[all...]

Completed in 52 milliseconds