Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp332 FileSpec::Style FileSpec::GetPathStyle() const { return m_style; } in GetPathStyle() function in FileSpec
547 Denormalize(denormalized_dir, F.GetPathStyle()); in format()
549 Stream << GetPreferredPathSeparator(F.GetPathStyle()); in format()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h217 Style GetPathStyle() const;
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp771 FileSpec::Style DWARFUnit::GetPathStyle() { in GetPathStyle() function in DWARFUnit
774 return m_comp_dir->GetPathStyle(); in GetPathStyle()
844 GetPathStyle()); in ComputeAbsolutePath()
H A DDWARFUnit.h213 lldb_private::FileSpec::Style GetPathStyle();
H A DSymbolFileDWARF.cpp764 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit()
1027 module, prologue, dwarf_cu.GetPathStyle(), comp_dir); in ParseSupportFiles()
1073 prologue, tu.GetPathStyle()); in GetTypeUnitSupportFiles()
1128 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp202 m_location_spec.GetFileSpec().GetPathStyle()); in DeduceSourceMapping()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp226 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1742 remote_filename.GetPathStyle()); in LoadImageUsingPaths()