Home
last modified time | relevance | path

Searched refs:GuessPathStyle (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp225 auto orig_style = FileSpec::GuessPathStyle(prefix).value_or( in RemapPath()
244 auto orig_style = FileSpec::GuessPathStyle(orig_file).value_or( in ReverseRemapPath()
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h198 static std::optional<Style> GuessPathStyle(llvm::StringRef absolute_path);
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp873 FileSpec::GuessPathStyle(comp_dir).value_or(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()
881 "", FileSpec::GuessPathStyle(name).value_or(FileSpec::Style::native)); in ComputeCompDirAndGuessPathStyle()
/src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp310 FileSpec::GuessPathStyle(llvm::StringRef absolute_path) { in GuessPathStyle() function in FileSpec
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp802 FileSpec::Style style = FileSpec::GuessPathStyle(record->Name) in ParseFileRecords()