Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h132 Expected<std::string> findBinaryPath(BuildIDRef);
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp418 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath() function in llvm::DebuginfodCollection
506 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer()