Searched refs:path_from_dwarf (Results 1 – 1 of 1) sorted by relevance
796 removeHostnameFromPathname(llvm::StringRef path_from_dwarf) { in removeHostnameFromPathname() argument797 if (!path_from_dwarf.contains(':')) in removeHostnameFromPathname()798 return path_from_dwarf; in removeHostnameFromPathname()800 std::tie(host, path) = path_from_dwarf.split(':'); in removeHostnameFromPathname()803 return path_from_dwarf; in removeHostnameFromPathname()809 return path_from_dwarf; in removeHostnameFromPathname()