Home
last modified time | relevance | path

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

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