Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp478 DebuginfodCollection::getBinaryPath(BuildIDRef ID) { in getBinaryPath() function in llvm::DebuginfodCollection
504 Expected<std::optional<std::string>> PathOrErr = getBinaryPath(ID); in findBinaryPath()
514 PathOrErr = getBinaryPath(ID); in findBinaryPath()
545 PathOrErr = getBinaryPath(ID); in findDebugBinaryPath()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h132 Expected<std::optional<std::string>> getBinaryPath(object::BuildIDRef);