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

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h1 //===-- PlatformDarwin.h ----------------------------------------*- C++ -*-===//
19 class PlatformDarwin : public lldb_private::Platform class in inherits:lldb_private::Platform
22 PlatformDarwin (bool is_host);
25 ~PlatformDarwin();
128 DISALLOW_COPY_AND_ASSIGN (PlatformDarwin);
H A DPlatformDarwin.cpp1 //===-- PlatformDarwin.cpp --------------------------------------*- C++ -*-===//
12 #include "PlatformDarwin.h"
38 PlatformDarwin::PlatformDarwin (bool is_host) : function in class:PlatformDarwin
51 PlatformDarwin::~PlatformDarwin()
56 PlatformDarwin::LocateExecutableScriptingResources (Target *target,
126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file,
245 PlatformDarwin::ResolveSymbolFile (Target &target,
274 PlatformDarwin
[all...]

Completed in 68 milliseconds