Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp346 std::string DebuglinkName; in lookUpDebuglinkObject() local
349 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject()
351 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
382 const std::string &DebuglinkName, in findDebugBinary() argument
388 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary()
395 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary()
417 DebuglinkName); in findDebugBinary()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h172 const std::string &DebuglinkName, uint32_t CRCHash,