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

/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))

Completed in 93 milliseconds