Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp796 removeHostnameFromPathname(llvm::StringRef path_from_dwarf) { in removeHostnameFromPathname() argument
797 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()