Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp223 FileSpec lldb_file_spec = GetShlibDir(); in ComputePathRelativeToLibrary() local
224 if (!lldb_file_spec) in ComputePathRelativeToLibrary()
227 std::string raw_path = lldb_file_spec.GetPath(); in ComputePathRelativeToLibrary()
255 FileSpec lldb_file_spec(Host::GetModuleFileSpecForHostAddress( in ComputeSharedLibraryDirectory() local
259 g_shlib_dir_helper(lldb_file_spec); in ComputeSharedLibraryDirectory()
262 file_spec.SetDirectory(lldb_file_spec.GetDirectory()); in ComputeSharedLibraryDirectory()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp158 if (FileSpec lldb_file_spec = HostInfo::GetShlibDir()) in GetClangResourceDir() local
159 ComputeClangResourceDirectory(lldb_file_spec, g_cached_resource_dir, in GetClangResourceDir()
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm125 FileSpec lldb_file_spec = GetShlibDir();
126 if (!lldb_file_spec)
129 std::string raw_path = lldb_file_spec.GetPath();
177 FileSpec lldb_file_spec = GetShlibDir();
178 if (!lldb_file_spec)
181 std::string raw_path = lldb_file_spec.GetPath();
194 FileSpec lldb_file_spec = GetShlibDir();
195 if (!lldb_file_spec)
198 std::string raw_path = lldb_file_spec.GetPath();