Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp167 const std::string &DebuglinkName, uint32_t CRCHash, in findDebugBinary() argument
180 llvm::sys::path::append(DebugPath, DebuglinkName); in findDebugBinary()
187 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName); in findDebugBinary()
195 DebuglinkName); in findDebugBinary()
274 std::string DebuglinkName; in lookUpDebuglinkObject() local
277 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject()
279 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()