Home
last modified time | relevance | path

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

/freebsd/tools/tools/git/
H A Dmfc-candidates.lua23 local function read_from(from_branch, to_branch, author, dirspec)
29 if dirspec then
30 command = command .. " " .. dirspec
47 local function read_to(from_branch, to_branch, dirspec)
50 if dirspec then
51 command = command .. " " .. dirspec
130 local dirspec = nil
203 dirspec = arg[i]
212 local from_hashes = read_from(from_branch, to_branch, author, dirspec)
213 local to_hashes = read_to(from_branch, to_branch, dirspec)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp184 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in LocateExecutableSymbolFile() local
185 FileSystem::Instance().Resolve(dirspec); in LocateExecutableSymbolFile()
186 if (!FileSystem::Instance().IsDirectory(dirspec)) in LocateExecutableSymbolFile()
190 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1891 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() local
1892 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1893 FileSystem::Instance().Resolve(dirspec); in GetDwoSymbolFileForCompileUnit()
1894 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit()
1897 dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1898 dwo_paths.Append(dirspec); in GetDwoSymbolFileForCompileUnit()
1942 FileSpec dirspec = debug_file_search_paths.GetFileSpecAtIndex(idx); in GetDwoSymbolFileForCompileUnit() local
1943 FileSystem::Instance().Resolve(dirspec); in GetDwoSymbolFileForCompileUnit()
1944 if (!FileSystem::Instance().IsDirectory(dirspec)) in GetDwoSymbolFileForCompileUnit()
1947 FileSpec dwo_name_dirspec(dirspec); in GetDwoSymbolFileForCompileUnit()
[all …]