|
LLDB mainline
|
#include "lldb/Symbol/SymbolLocator.h"#include "lldb/Core/Debugger.h"#include "lldb/Core/PluginManager.h"#include "lldb/Core/Progress.h"#include "lldb/Host/FileSystem.h"#include "lldb/Host/Host.h"#include "lldb/Target/Platform.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallSet.h"#include "llvm/Support/ThreadPool.h"Go to the source code of this file.
Functions | |
| static std::optional< SymbolLocator::Result > | AskPlatform (const SymbolLocator::Request &request, const FileSpecList &search_paths) |
|
static |
Definition at line 76 of file SymbolLocator.cpp.
References lldb_private::SymbolLocator::Request::module_spec, lldb_private::SymbolLocator::Result::module_spec, lldb_private::SymbolLocator::Request::platform, and lldb_private::SymbolLocator::Result::statistics.
Referenced by lldb_private::SymbolLocator::Locate(), and lldb_private::SymbolLocator::Locate().