Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h171 bool findDebugBinary(const std::string &OrigPath,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp351 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath)) in lookUpDebuglinkObject()
381 bool LLVMSymbolizer::findDebugBinary(const std::string &OrigPath, in findDebugBinary() function in llvm::symbolize::LLVMSymbolizer