Searched refs:GetLLDBPath (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/API/
H A DSBHostOS.cpp34 if (Host::GetLLDBPath (ePathTypePythonDir, lldb_python_spec))
/external/lldb/include/lldb/Host/
H A DHost.h415 GetLLDBPath (PathType path_type,
/external/lldb/source/Host/common/
H A DHost.cpp928 Host::GetLLDBPath (PathType path_type, FileSpec &file_spec) function in class:Host
943 FileSpec lldb_file_spec (Host::GetModuleFileSpecForHostAddress ((void *)Host::GetLLDBPath));
957 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec))
989 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec))
1021 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec))
1067 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec))
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp542 if (Host::GetLLDBPath (ePathTypeSupportExecutableDir, debugserver_file_spec))
H A DProcessGDBRemote.cpp2473 if (Host::GetLLDBPath (ePathTypeSupportExecutableDir, debugserver_file_spec))
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp925 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, temp_file_spec))
/external/lldb/source/Core/
H A DDebugger.cpp496 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec))
509 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec))
H A DPluginManager.cpp174 if (Host::GetLLDBPath (ePathTypeLLDBSystemPlugins, dir_spec))
187 if (Host::GetLLDBPath (ePathTypeLLDBUserPlugins, dir_spec))
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp3110 if (Host::GetLLDBPath (ePathTypePythonDir, file_spec))
3122 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, file_spec))

Completed in 245 milliseconds