Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h217 Style GetPathStyle() const;
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp820 FileSpec::Style DWARFUnit::GetPathStyle() {
823 return m_comp_dir->GetPathStyle();
893 GetPathStyle()); in GetFunctionAranges()
799 FileSpec::Style DWARFUnit::GetPathStyle() { GetPathStyle() function in DWARFUnit
H A DDWARFUnit.h194 FileSpec::Style GetPathStyle();
H A DSymbolFileDWARF.cpp844 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle()); in ParseCompileUnit()
1107 dwarf_cu.GetPathStyle(), comp_dir); in GetFile()
1157 prologue, tu.GetPathStyle()); in ParseIsOptimized()
1211 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()
4336 FileSpec(symfile.GetPath() + ".dwp", symfile.GetPathStyle()); in GetDwpSymbolFile()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp214 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1851 remote_filename.GetPathStyle()); in LoadImage()