Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp162 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile() local
163 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
164 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
168 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1852 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() local
1853 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1854 FileSystem::Instance().Resolve(dirspec); in GetDwoSymbolFileForCompileUnit()
1855 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit()
1858 dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1859 dwo_paths.Append(dirspec); in GetDwoSymbolFileForCompileUnit()
1903 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() local
1904 FileSystem::Instance().Resolve(dirspec); in GetDwoSymbolFileForCompileUnit()
1905 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit()
1908 FileSpec dwo_name_dirspec(dirspec); in GetDwoSymbolFileForCompileUnit()
[all …]