Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp204 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local
206 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 …]