Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A 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()
H A DReproducer.cpp151 return FileSpec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h217 Style GetPathStyle() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp710 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit
713 return m_comp_dir->GetPathStyle(); in GetPathStyle()
782 GetPathStyle()); in ComputeAbsolutePath()
H A DDWARFUnit.h210 lldb_private::FileSpec::Style GetPathStyle();
H A DSymbolFileDWARF.cpp707 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit()
911 comp_unit.GetModule(), prologue, dwarf_cu->GetPathStyle(), in ParseSupportFiles()
958 prologue, tu.GetPathStyle()); in GetTypeUnitSupportFiles()
1013 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp245 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1781 remote_filename.GetPathStyle()); in LoadImageUsingPaths()