Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h217 Style GetPathStyle() const;
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp813 FileSpec::Style DWARFUnit::GetPathStyle() { in GetIsOptimized()
816 return m_comp_dir->GetPathStyle(); in GetIsOptimized()
886 GetPathStyle()); in ComputeAbsolutePath()
820 FileSpec::Style DWARFUnit::GetPathStyle() { GetPathStyle() function in DWARFUnit
H A DDWARFUnit.h190 FileSpec::Style GetPathStyle();
H A DSymbolFileDWARF.cpp837 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit()
1093 dwarf_cu.GetPathStyle(), comp_dir); in ParseSupportFiles()
1143 prologue, tu.GetPathStyle()); in GetTypeUnitSupportFiles()
1197 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
4254 FileSpec(symfile.GetPath() + ".dwp", symfile.GetPathStyle()); in GetSeparateDebugInfo()
/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp214 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1863 remote_filename.GetPathStyle()); in ConnectProcess()