Home
last modified time | relevance | path

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

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