Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolize.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 …]