Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h39 static bool ComputeHeaderDirectory(FileSpec &file_spec);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h126 static bool ComputeHeaderDirectory(FileSpec &file_spec);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp140 if (!HostInfo::ComputeHeaderDirectory(g_fields->m_lldb_headers_dir)) in GetHeaderDir()
303 bool HostInfoBase::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory() function in HostInfoBase
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp136 bool HostInfoPosix::ComputeHeaderDirectory(FileSpec &file_spec) { in ComputeHeaderDirectory() function in HostInfoPosix