Home
last modified time | relevance | path

Searched refs:lldb_file_spec (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Host/common/
DHost.cpp943 … FileSpec lldb_file_spec (Host::GetModuleFileSpecForHostAddress ((void *)Host::GetLLDBPath)); in GetLLDBPath() local
944 g_lldb_so_dir = lldb_file_spec.GetDirectory(); in GetLLDBPath()
956 FileSpec lldb_file_spec; in GetLLDBPath() local
957 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
961 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
988 FileSpec lldb_file_spec; in GetLLDBPath() local
989 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
993 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1020 FileSpec lldb_file_spec; in GetLLDBPath() local
1021 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
[all …]