Searched refs:path_from_dwarf (Results 1 – 1 of 1) sorted by relevance
845 removeHostnameFromPathname(llvm::StringRef path_from_dwarf) { in removeHostnameFromPathname() argument846 if (!path_from_dwarf.contains(':')) in removeHostnameFromPathname()847 return path_from_dwarf; in removeHostnameFromPathname()849 std::tie(host, path) = path_from_dwarf.split(':'); in removeHostnameFromPathname()852 return path_from_dwarf; in removeHostnameFromPathname()858 return path_from_dwarf; in removeHostnameFromPathname()