Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp188 std::string cache_file_name = llvm::toHex(build_id, true); in GetFileForModule() local
190 cache_file_name += "-" + file_name.str(); in GetFileForModule()
192 cache_file_name, url_path, cache_path, debuginfod_urls, timeout); in GetFileForModule()