Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp181 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local
183 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()
190 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); 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()
[all …]
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp178 SmallString<16> DebugPath = OrigDir; in findDebugBinary() local
180 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary()
181 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()
182 Result = DebugPath.str(); in findDebugBinary()
186 DebugPath = OrigRealPath; in findDebugBinary()
187 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary()
188 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary()
189 Result = DebugPath.str(); in findDebugBinary()
193 DebugPath = "/usr/lib/debug"; in findDebugBinary()
194 llvm::sys::path::append(DebugPath, llvm::sys::path::relative_path(OrigDir), in findDebugBinary()
[all …]