Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp775 removeHostnameFromPathname(llvm::StringRef path_from_dwarf) { in removeHostnameFromPathname() argument
776 if (!path_from_dwarf.contains(':')) in removeHostnameFromPathname()
777 return path_from_dwarf; in removeHostnameFromPathname()
779 std::tie(host, path) = path_from_dwarf.split(':'); in removeHostnameFromPathname()
782 return path_from_dwarf; in removeHostnameFromPathname()
788 return path_from_dwarf; in removeHostnameFromPathname()