Searched refs:GetPathStyle (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Utility/ |
D | FileSpec.cpp | 332 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } in GetPathStyle() function in FileSpec 525 Denormalize(denormalized_dir, F.GetPathStyle()); in format() 527 Stream << GetPreferredPathSeparator(F.GetPathStyle()); in format()
|
D | Reproducer.cpp | 169 return FileSpec(path, file_spec.GetPathStyle()); in MakeAbsolute()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | FileSpec.h | 217 Style GetPathStyle() const;
|
/external/llvm-project/lldb/unittests/Utility/ |
D | FileSpecTest.cpp | 437 EXPECT_EQ(deserialized.GetPathStyle(), fs_windows.GetPathStyle()); in TEST()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFUnit.cpp | 676 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit 679 return m_comp_dir->GetPathStyle(); in GetPathStyle() 748 GetPathStyle()); in ComputeAbsolutePath()
|
D | DWARFUnit.h | 208 lldb_private::FileSpec::Style GetPathStyle();
|
D | SymbolFileDWARF.cpp | 695 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit() 900 comp_unit.GetModule(), prologue, dwarf_cu->GetPathStyle(), in ParseSupportFiles() 947 prologue, tu.GetPathStyle()); in GetTypeUnitSupportFiles() 1003 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
|
/external/llvm-project/lldb/source/Host/common/ |
D | FileSystem.cpp | 245 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1781 remote_filename.GetPathStyle()); in LoadImageUsingPaths()
|