Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRealpathPrefixes.cpp50 file_spec.GetPathStyle())) { in ResolveSymlinks()
61 FileSpec realpath(buff, file_spec.GetPathStyle()); in ResolveSymlinks()
H A DFileSpec.cpp340 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } in GetPathStyle() function in FileSpec
568 Denormalize(denormalized_dir, F.GetPathStyle()); in format()
570 Stream << GetPreferredPathSeparator(F.GetPathStyle()); in format()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h228 Style GetPathStyle() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp894 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit
897 return m_comp_dir->GetPathStyle(); in GetPathStyle()
967 GetPathStyle()); in ComputeAbsolutePath()
H A DDWARFUnit.h211 FileSpec::Style GetPathStyle();
H A DSymbolFileDWARF.cpp837 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit()
1098 dwarf_cu.GetPathStyle(), comp_dir); in ParseSupportFiles()
1148 prologue, tu.GetPathStyle()); in GetTypeUnitSupportFiles()
1210 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
4255 FileSpec(symfile.GetPath() + ".dwp", symfile.GetPathStyle()); in GetDwpSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp214 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1862 remote_filename.GetPathStyle()); in LoadImageUsingPaths()