Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h95 static FileSpec GetSupportExeDir();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp55 fspec = HostInfo::GetSupportExeDir(); in GetLLDBPath()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp132 FileSpec HostInfoBase::GetSupportExeDir() { in GetSupportExeDir() function in HostInfoBase
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp353 FileSpec candidate = HostInfo::GetSupportExeDir(); in GetDebugserverPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3481 debugserver_file_spec = HostInfo::GetSupportExeDir(); in GetDebugserverPath()