Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h111 Expected<Optional<std::string>> getDebugBinaryPath(BuildIDRef);
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp407 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath() function in llvm::DebuginfodCollection
452 Expected<Optional<std::string>> PathOrErr = getDebugBinaryPath(ID); in findDebugBinaryPath()