Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp530 return findDebugBinaryPath(ID); in findBinaryPath()
533 Expected<std::string> DebuginfodCollection::findDebugBinaryPath(BuildIDRef ID) { in findDebugBinaryPath() function in llvm::DebuginfodCollection
571 Expected<std::string> PathOrErr = Collection.findDebugBinaryPath(ID); in DebuginfodServer()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h151 Expected<std::string> findDebugBinaryPath(object::BuildIDRef);