Searched refs:PlatformDarwin (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DAndroid.mk12 PlatformDarwin.cpp \
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...]
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 DPlatformMacOSX.h17 #include "PlatformDarwin.h"
19 class PlatformMacOSX : public PlatformDarwin
H A DPlatformiOSSimulator.h17 #include "PlatformDarwin.h"
19 class PlatformiOSSimulator : public PlatformDarwin
H A DPlatformMacOSX.cpp146 PlatformDarwin (is_host)
H A DPlatformDarwinKernel.h24 #include "PlatformDarwin.h"
26 class PlatformDarwinKernel : public PlatformDarwin
H A DPlatformRemoteiOS.h19 #include "PlatformDarwin.h"
21 class PlatformRemoteiOS : public PlatformDarwin
H A DPlatformDarwinKernel.cpp250 PlatformDarwin (false), // This is a remote platform
616 // Else fall back to treating the file's path as an actual file path - defer to PlatformDarwin's GetSharedModule.
617 return PlatformDarwin::GetSharedModule (module_spec, module_sp, module_search_paths_ptr, old_module_sp_ptr, did_create_ptr);
H A DPlatformiOSSimulator.cpp145 PlatformDarwin (true),
H A DPlatformRemoteiOS.cpp169 PlatformDarwin (false), // This is a remote platform

Completed in 85 milliseconds