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

/external/lldb/source/Plugins/Platform/Linux/
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...]
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 DAndroid.mk12 PlatformLinux.cpp
/external/lldb/source/
H A Dlldb.cpp44 #include "Plugins/Platform/Linux/PlatformLinux.h"
115 PlatformLinux::Initialize();
199 PlatformLinux::Terminate();

Completed in 250 milliseconds