Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp333 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } in GetPathStyle() function in FileSpec
561 Denormalize(denormalized_dir, F.GetPathStyle()); in format()
563 Stream << GetPreferredPathSeparator(F.GetPathStyle()); in format()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h217 Style GetPathStyle() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp799 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit
802 return m_comp_dir->GetPathStyle(); in GetPathStyle()
872 GetPathStyle()); in ComputeAbsolutePath()
H A DDWARFUnit.h224 FileSpec::Style GetPathStyle();
H A DSymbolFileDWARF.cpp837 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit()
1100 dwarf_cu.GetPathStyle(), comp_dir); in ParseSupportFiles()
1150 prologue, tu.GetPathStyle()); in GetTypeUnitSupportFiles()
1204 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp201 m_location_spec.GetFileSpec().GetPathStyle()); in DeduceSourceMapping()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp214 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1899 remote_filename.GetPathStyle()); in LoadImageUsingPaths()