Lines Matching refs:Platform

65 Platform::GetHostPlatformName ()  in GetHostPlatformName()
148 Platform::GetHostPlatform () in GetHostPlatform()
168 Platform::Initialize () in Initialize()
174 Platform::Terminate () in Terminate()
187 Platform::GetGlobalPlatformProperties () in GetGlobalPlatformProperties()
194 Platform::SetHostPlatform (const lldb::PlatformSP &platform_sp) in SetHostPlatform()
208 Platform::GetFileWithUUID (const FileSpec &platform_file, in GetFileWithUUID()
218 Platform::LocateExecutableScriptingResources (Target *target, Module &module, Stream* feedback_stre… in LocateExecutableScriptingResources()
255 Platform::GetSharedModule (const ModuleSpec &module_spec, in GetSharedModule()
282 Platform::GetModuleSpec (const FileSpec& module_file_spec, in GetModuleSpec()
296 Platform::Find (const ConstString &name) in Find()
315 Platform::Create (const ConstString &name, Error &error) in Create()
345 Platform::Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error) in Create()
410 Platform::Platform (bool is_host) : in Platform() function in Platform
449 Platform::~Platform() in ~Platform()
457 Platform::GetStatus (Stream &strm) in GetStatus()
516 Platform::GetOSVersion (uint32_t &major, in GetOSVersion()
573 Platform::GetOSBuildString (std::string &s) in GetOSBuildString()
588 Platform::GetOSKernelDescription (std::string &s) in GetOSKernelDescription()
601 Platform::AddClangModuleCompilationOptions (Target *target, std::vector<std::string> &options) in AddClangModuleCompilationOptions()
615 Platform::GetWorkingDirectory () in GetWorkingDirectory()
637 Platform *platform_ptr;
737 Platform::Install (const FileSpec& src, const FileSpec& dst) in Install()
872 Platform::SetWorkingDirectory(const FileSpec &file_spec) in SetWorkingDirectory()
895 Platform::MakeDirectory(const FileSpec &file_spec, uint32_t permissions) in MakeDirectory()
908 Platform::GetFilePermissions(const FileSpec &file_spec, uint32_t &file_permissions) in GetFilePermissions()
921 Platform::SetFilePermissions(const FileSpec &file_spec, uint32_t file_permissions) in SetFilePermissions()
934 Platform::GetName () in GetName()
940 Platform::GetHostname () in GetHostname()
951 Platform::SetRemoteWorkingDirectory(const FileSpec &working_dir) in SetRemoteWorkingDirectory()
962 Platform::GetUserName (uint32_t uid) in GetUserName()
979 Platform::GetGroupName (uint32_t gid) in GetGroupName()
996 Platform::SetOSVersion (uint32_t major, in SetOSVersion()
1030 Platform::ResolveExecutable (const ModuleSpec &module_spec, in ResolveExecutable()
1073 Platform::ResolveSymbolFile (Target &target, in ResolveSymbolFile()
1089 Platform::ResolveRemotePath (const FileSpec &platform_path, in ResolveRemotePath()
1098 Platform::GetSystemArchitecture() in GetSystemArchitecture()
1144 Platform::ConnectRemote (Args& args) in ConnectRemote()
1155 Platform::DisconnectRemote () in DisconnectRemote()
1166 Platform::GetProcessInfo (lldb::pid_t pid, ProcessInstanceInfo &process_info) in GetProcessInfo()
1176 Platform::FindProcesses (const ProcessInstanceInfoMatch &match_info, in FindProcesses()
1189 Platform::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess()
1244 Platform::ShellExpandArguments (ProcessLaunchInfo &launch_info) in ShellExpandArguments()
1252 Platform::KillProcess (const lldb::pid_t pid) in KillProcess()
1283 Platform::DebugProcess (ProcessLaunchInfo &launch_info, in DebugProcess()
1354 Platform::GetPlatformForArchitecture (const ArchSpec &arch, ArchSpec *platform_arch_ptr) in GetPlatformForArchitecture()
1359 platform_sp = Platform::Create (arch, platform_arch_ptr, error); in GetPlatformForArchitecture()
1369 Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatib… in IsCompatibleArchitecture()
1407 Platform::PutFile (const FileSpec& source, in PutFile()
1475 Platform::GetFile(const FileSpec &source, in GetFile()
1483 Platform::CreateSymlink(const FileSpec &src, // The name of the link is in src in CreateSymlink()
1491 Platform::GetFileExists(const lldb_private::FileSpec &file_spec) in GetFileExists()
1497 Platform::Unlink(const FileSpec &path) in Unlink()
1504 Platform::ConvertMmapFlagsToPlatform(const ArchSpec &arch, unsigned flags) in ConvertMmapFlagsToPlatform()
1515 Platform::RunShellCommand(const char *command, // Shouldn't be NULL in RunShellCommand()
1530 Platform::CalculateMD5 (const FileSpec& file_spec, in CalculateMD5()
1541 Platform::SetLocalCacheDirectory (const char* local) in SetLocalCacheDirectory()
1547 Platform::GetLocalCacheDirectory () in GetLocalCacheDirectory()
1637 Platform::SetThreadCreationBreakpoint (lldb_private::Target &target) in SetThreadCreationBreakpoint()
1742 Platform::GetEnvironment (StringList &environment) in GetEnvironment()
1749 Platform::GetTrapHandlerSymbolNames () in GetTrapHandlerSymbolNames()
1764 Platform::GetCachedExecutable (ModuleSpec &module_spec, in GetCachedExecutable()
1767 Platform &remote_platform) in GetCachedExecutable()
1784 Platform::LoadCachedExecutable (const ModuleSpec &module_spec, in LoadCachedExecutable()
1787 Platform &remote_platform) in LoadCachedExecutable()
1801 Platform::GetRemoteSharedModule (const ModuleSpec &module_spec, in GetRemoteSharedModule()
1836 Platform::GetCachedSharedModule (const ModuleSpec &module_spec, in GetCachedSharedModule()
1871 Platform::DownloadModuleSlice (const FileSpec& src_file_spec, in DownloadModuleSlice()
1922 Platform::GetModuleCacheRoot () in GetModuleCacheRoot()
1930 Platform::GetCacheHostname () in GetCacheHostname()
1936 Platform::GetRemoteUnixSignals() in GetRemoteUnixSignals()
1943 Platform::GetUnixSignals() in GetUnixSignals()