Searched refs:DebugPath (Results 1 – 1 of 1) sorted by relevance
204 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local206 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary()207 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()208 Result = DebugPath.str(); in findDebugBinary()212 DebugPath = OrigDir; in findDebugBinary()213 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary()214 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()215 Result = DebugPath.str(); in findDebugBinary()224 DebugPath = FallbackDebugPath; in findDebugBinary()228 DebugPath = "/usr/libdata/debug"; in findDebugBinary()[all …]