Searched refs:GetPathStyle (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 331 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } in GetPathStyle() function in FileSpec 524 Denormalize(denormalized_dir, F.GetPathStyle()); in format() 526 Stream << GetPreferredPathSeparator(F.GetPathStyle()); in format()
|
| H A D | Reproducer.cpp | 127 return FileSpec(path, file_spec.GetPathStyle()); in MakeAbsolute()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 217 Style GetPathStyle() const;
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | FileSpecTest.cpp | 442 EXPECT_EQ(deserialized.GetPathStyle(), fs_windows.GetPathStyle()); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 750 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit 753 return m_comp_dir->GetPathStyle(); in GetPathStyle() 823 GetPathStyle()); in ComputeAbsolutePath()
|
| H A D | DWARFUnit.h | 212 lldb_private::FileSpec::Style GetPathStyle();
|
| H A D | SymbolFileDWARF.cpp | 764 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit() 997 module, prologue, dwarf_cu.GetPathStyle(), in ParseSupportFiles() 1045 prologue, tu.GetPathStyle()); in GetTypeUnitSupportFiles() 1100 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 225 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 1741 remote_filename.GetPathStyle()); in LoadImageUsingPaths()
|