Searched refs:DebuglinkName (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 233 const std::string &DebuglinkName, uint32_t CRCHash, in findDebugBinary() argument 240 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary() 247 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary() 269 DebuglinkName); in findDebugBinary() 429 std::string DebuglinkName; in lookUpDebuglinkObject() local 432 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject() 434 if (!findDebugBinary(Path, DebuglinkName, CRCHash, Opts.FallbackDebugPath, in lookUpDebuglinkObject()
|