Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp47 switch (ModuleList::GetGlobalModuleListProperties().GetSymbolAutoDownload()) { in DownloadSymbolFileAsync()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h93 lldb::SymbolDownload GetSymbolAutoDownload() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp107 SymbolDownload ModuleListProperties::GetSymbolAutoDownload() const { in GetSymbolAutoDownload() function in ModuleListProperties