Searched refs:orig_style (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp225 auto orig_style = FileSpec::GuessPathStyle(prefix).value_or( local
227 AppendPathComponents(remapped, path, orig_style);
244 auto orig_style = FileSpec::GuessPathStyle(orig_file).value_or( local
246 fixed.SetFile(orig_file, orig_style);
247 AppendPathComponents(fixed, path_ref, orig_style);

Completed in 102 milliseconds