Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp332 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()
DReproducer.cpp169 return FileSpec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h217 Style GetPathStyle() const;
/external/llvm-project/lldb/unittests/Utility/
DFileSpecTest.cpp437 EXPECT_EQ(deserialized.GetPathStyle(), fs_windows.GetPathStyle()); in TEST()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp676 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit
679 return m_comp_dir->GetPathStyle(); in GetPathStyle()
748 GetPathStyle()); in ComputeAbsolutePath()
DDWARFUnit.h208 lldb_private::FileSpec::Style GetPathStyle();
DSymbolFileDWARF.cpp695 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/
DFileSystem.cpp245 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1781 remote_filename.GetPathStyle()); in LoadImageUsingPaths()