Searched refs:DebuglinkName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 170 const std::string &DebuglinkName, uint32_t CRCHash, in findDebugBinary() argument 183 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary() 190 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary() 203 DebuglinkName); in findDebugBinary() 282 std::string DebuglinkName; in lookUpDebuglinkObject() local 285 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject() 287 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
|