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

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

Completed in 77 milliseconds