Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp214 auto orig_style = FileSpec::GuessPathStyle(prefix).value_or( in RemapPath()
232 auto orig_style = FileSpec::GuessPathStyle(orig_file).value_or( in ReverseRemapPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h198 static std::optional<Style> GuessPathStyle(llvm::StringRef absolute_path);
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp824 FileSpec::GuessPathStyle(comp_dir).value_or(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()
832 "", FileSpec::GuessPathStyle(name).value_or(FileSpec::Style::native)); in ComputeCompDirAndGuessPathStyle()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp309 FileSpec::GuessPathStyle(llvm::StringRef absolute_path) { in GuessPathStyle() function in FileSpec
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp809 FileSpec::Style style = FileSpec::GuessPathStyle(record->Name) in ParseFileRecords()