Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Debuginfod/
DDebuginfod.h113 Expected<std::optional<std::string>> getDebugBinaryPath(object::BuildIDRef);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/
DDebuginfod.cpp442 DebuginfodCollection::getDebugBinaryPath(BuildIDRef ID) { in getDebugBinaryPath() function in llvm::DebuginfodCollection
487 Expected<std::optional<std::string>> PathOrErr = getDebugBinaryPath(ID); in findDebugBinaryPath()