Searched refs:DebugPath (Results 1 – 1 of 1) sorted by relevance
181 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local183 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary()184 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()185 Result = DebugPath.str(); in findDebugBinary()189 DebugPath = OrigDir; in findDebugBinary()191 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()192 Result = DebugPath.str(); in findDebugBinary()197 DebugPath = "/usr/libdata/debug"; in findDebugBinary()200 DebugPath = "/usr/lib/debug"; in findDebugBinary()204 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()[all …]