reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  233   Style GetPathStyle() const;

References

tools/lldb/source/Host/common/FileSystem.cpp
  231   FileSpec new_file_spec(path, file_spec.GetPathStyle());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  626   return m_comp_dir->GetPathStyle();
tools/lldb/source/Target/Platform.cpp
 1753                            remote_filename.GetPathStyle());
tools/lldb/source/Utility/FileSpec.cpp
  548     Denormalize(denormalized_dir, F.GetPathStyle());
  550     Stream << GetPreferredPathSeparator(F.GetPathStyle());
tools/lldb/source/Utility/Reproducer.cpp
  143   return FileSpec(path, file_spec.GetPathStyle());