Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-private-enumerations.h114ePathTypeLLDBShlibDir, // The directory where the lldb.so (unix) or LLDB mach-o file in L… enumerator
/external/lldb/source/Host/common/
DHost.cpp938 case ePathTypeLLDBShlibDir: in GetLLDBPath()
957 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
989 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
1021 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
1067 if (GetLLDBPath (ePathTypeLLDBShlibDir, lldb_file_spec)) in GetLLDBPath()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp925 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, temp_file_spec)) in GetDeveloperDirectory()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp3122 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, file_spec)) in InitializePrivate()