Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp447 return findDebugBinaryPath(ID); in findBinaryPath()
450 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath() function in llvm::DebuginfodCollection
488 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); in DebuginfodServer()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h131 Expected<std::string> findDebugBinaryPath(BuildIDRef);