Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h75 std::string getDebuginfodExecutableUrlPath(object::BuildIDRef ID);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp185 return GetFileForModule(module_spec, llvm::getDebuginfodExecutableUrlPath); in LocateExecutableObjectFile()
/freebsd-14.2/contrib/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()