Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp433 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local
436 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()
437 Result = std::string(DebugPath); in findDebugBinary()
441 DebugPath = OrigDir; in findDebugBinary()
443 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()
444 Result = std::string(DebugPath); in findDebugBinary()
453 DebugPath = Opts.FallbackDebugPath; in findDebugBinary()
457 DebugPath = "/usr/libdata/debug"; in findDebugBinary()
460 DebugPath = "/usr/lib/debug"; in findDebugBinary()
465 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()
[all …]