Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h82 std::string getDebuginfodDebuginfoUrlPath(object::BuildIDRef ID);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp190 return GetFileForModule(module_spec, llvm::getDebuginfodDebuginfoUrlPath); in LocateExecutableSymbolFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp150 std::string getDebuginfodDebuginfoUrlPath(BuildIDRef ID) { in getDebuginfodDebuginfoUrlPath() function
158 std::string UrlPath = getDebuginfodDebuginfoUrlPath(ID); in getCachedOrDownloadDebuginfo()