Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp156 PluginProperties &plugin_props = GetGlobalPluginProperties(); in GetFileForModule() local
157 llvm::Expected<std::string> cache_path_or_err = plugin_props.GetCachePath(); in GetFileForModule()
164 std::chrono::milliseconds timeout = plugin_props.GetTimeout(); in GetFileForModule()