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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp332 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } function in class:FileSpec
525 Denormalize(denormalized_dir, F.GetPathStyle());
527 Stream << GetPreferredPathSeparator(F.GetPathStyle());
H A DReproducer.cpp153 return FileSpec(path, file_spec.GetPathStyle());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h216 Style GetPathStyle() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h202 lldb_private::FileSpec::Style GetPathStyle();
H A DDWARFUnit.cpp699 FileSpec::Style DWARFUnit::GetPathStyle() { function in class:DWARFUnit
702 return m_comp_dir->GetPathStyle();
790 GetPathStyle());
H A DSymbolFileDWARF.cpp690 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle());
909 prologue, tu.GetPathStyle());
1028 comp_unit.GetModule(), line_table->Prologue, dwarf_cu->GetPathStyle(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp231 FileSpec new_file_spec(path, file_spec.GetPathStyle());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1753 remote_filename.GetPathStyle());

Completed in 197 milliseconds