Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h41 static bool ComputeHeaderDirectory(FileSpec &file_spec);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp142 if (!HostInfo::ComputeHeaderDirectory(g_fields->m_lldb_headers_dir)) in GetHeaderDir()
305 bool HostInfoBase::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory() function in HostInfoBase
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h166 static bool ComputeHeaderDirectory(FileSpec &file_spec);
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp146 bool HostInfoPosix::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory() function in HostInfoPosix