Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp384 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } in GetPathStyle() function in FileSpec
586 Denormalize(denormalized_dir, F.GetPathStyle()); in format()
588 Stream << GetPreferredPathSeparator(F.GetPathStyle()); in format()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h267 Style GetPathStyle() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp209 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1805 remote_filename.GetPathStyle()); in LoadImageUsingPaths()