Searched refs:DebuglinkName (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 395 std::string DebuglinkName; in lookUpDebuglinkObject() local 398 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject() 400 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject() 429 const std::string &DebuglinkName, in findDebugBinary() argument 435 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary() 442 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary() 464 DebuglinkName); in findDebugBinary()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 184 const std::string &DebuglinkName, uint32_t CRCHash,
|