Home
last modified time | relevance | path

Searched refs:ComputePathRelativeToLibrary (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostInfoPosix.cpp124 bool HostInfoPosix::ComputePathRelativeToLibrary(FileSpec &file_spec, in ComputePathRelativeToLibrary() function in HostInfoPosix
162 return ComputePathRelativeToLibrary(file_spec, "/bin"); in ComputeSupportExeDirectory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h36 static bool ComputePathRelativeToLibrary(FileSpec &file_spec,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp36 return HostInfoPosix::ComputePathRelativeToLibrary( in DefaultComputeClangDirectory()