Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-debuginfod-find/
H A Dllvm-debuginfod-find.cpp70 static std::string fetchDebugInfo(ArrayRef<uint8_t> BuildID);
103 Path = fetchDebugInfo(ID); in main()
120 std::string fetchDebugInfo(ArrayRef<uint8_t> BuildID) { in fetchDebugInfo() function