Home
last modified time | relevance | path

Searched refs:lldb_file_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp225 FileSpec lldb_file_spec = GetShlibDir(); in ComputePathRelativeToLibrary() local
226 if (!lldb_file_spec) in ComputePathRelativeToLibrary()
229 std::string raw_path = lldb_file_spec.GetPath(); in ComputePathRelativeToLibrary()
253 FileSpec lldb_file_spec(Host::GetModuleFileSpecForHostAddress( in ComputeSharedLibraryDirectory() local
257 g_shlib_dir_helper(lldb_file_spec); in ComputeSharedLibraryDirectory()
260 file_spec.SetDirectory(lldb_file_spec.GetDirectory()); in ComputeSharedLibraryDirectory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp163 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir() local
164 ComputeClangResourceDirectory(lldb_file_spec, g_cached_resource_dir, in GetClangResourceDir()