Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h113 Expected<std::optional<std::string>> getDebugBinaryPath(object::BuildIDRef);
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp442 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath() function in llvm::DebuginfodCollection
487 Expected<std::optional<std::string>> PathOrErr = getDebugBinaryPath(ID); in findDebugBinaryPath()