Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h152 Expected<std::string> findBinaryPath(object::BuildIDRef);
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp501 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath() function in llvm::DebuginfodCollection
589 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer()