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

/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp231 const std::string &DebuglinkName, uint32_t CRCHash,
244 llvm::sys::path::append(DebugPath, DebuglinkName);
251 llvm::sys::path::append(DebugPath, ".debug", DebuglinkName);
259 DebuglinkName);
323 std::string DebuglinkName; local
326 if (getGNUDebuglinkContents(Bin, DebuglinkName, CRCHash) &&
327 findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) {
230 findDebugBinary(const std::string &OrigPath, const std::string &DebuglinkName, uint32_t CRCHash, std::string &Result) argument

Completed in 49 milliseconds