Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp400 std::string DebuglinkName; in lookUpDebuglinkObject() local
403 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject()
405 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
434 const std::string &DebuglinkName, in findDebugBinary() argument
440 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary()
447 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary()
469 DebuglinkName); in findDebugBinary()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h189 const std::string &DebuglinkName, uint32_t CRCHash,