HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFreeBSD (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 1 //===-- 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::GetDescriptionStatic(false)
    [all...]
Android.mk 12 PlatformFreeBSD.cpp
PlatformFreeBSD.h 1 //===-- PlatformFreeBSD.h -----------------------------------------*- C++ -*-===//
19 class PlatformFreeBSD : public lldb_private::Platform
45 PlatformFreeBSD (bool is_host);
48 ~PlatformFreeBSD();
159 DISALLOW_COPY_AND_ASSIGN (PlatformFreeBSD);
  /external/lldb/source/
lldb.cpp 43 #include "Plugins/Platform/FreeBSD/PlatformFreeBSD.h"
114 PlatformFreeBSD::Initialize();
198 PlatformFreeBSD::Terminate();

Completed in 238 milliseconds