Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h134 Expected<std::string> findBinaryPath(object::BuildIDRef);
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp453 Expected<std::string> DebuginfodCollection::findBinaryPath(BuildIDRef ID) { in findBinaryPath() function in llvm::DebuginfodCollection
541 Expected<std::string> PathOrErr = Collection.findBinaryPath(ID); in DebuginfodServer()