Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp145 std::string url_path) { in getFileName() argument
147 bool is_executable = url_path.find("debuginfo") == std::string::npos; in getFileName()
186 std::string url_path = UrlBuilder(build_id); in GetFileForModule() local
187 llvm::StringRef file_name = getFileName(module_spec, url_path); in GetFileForModule()
192 cache_file_name, url_path, cache_path, debuginfod_urls, timeout); in GetFileForModule()
200 url_path, err_message); in GetFileForModule()