Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp331 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 DReproducer.cpp127 return FileSpec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h217 Style GetPathStyle() const;
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DFileSpecTest.cpp442 EXPECT_EQ(deserialized.GetPathStyle(), fs_windows.GetPathStyle()); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp750 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit
753 return m_comp_dir->GetPathStyle(); in GetPathStyle()
823 GetPathStyle()); in ComputeAbsolutePath()
H A DDWARFUnit.h212 lldb_private::FileSpec::Style GetPathStyle();
H A DSymbolFileDWARF.cpp764 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 DFileSystem.cpp225 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1741 remote_filename.GetPathStyle()); in LoadImageUsingPaths()