Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h75 std::string getDebuginfodExecutableUrlPath(object::BuildIDRef ID);
/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp206 return GetFileForModule(module_spec, llvm::getDebuginfodExecutableUrlPath);
/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp138 std::string getDebuginfodExecutableUrlPath(BuildIDRef ID) { in getDebuginfodExecutableUrlPath() function
146 std::string UrlPath = getDebuginfodExecutableUrlPath(ID); in getCachedOrDownloadExecutable()