LLDB mainline
|
#include "Plugins/SymbolFile/DWARF/NameToDIE.h"
#include "lldb/Utility/DataEncoder.h"
#include "lldb/Utility/DataExtractor.h"
#include "llvm/ADT/STLExtras.h"
#include <optional>
Go to the source code of this file.
Classes | |
struct | lldb_private::plugin::dwarf::IndexSet< T > |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
namespace | lldb_private::plugin |
namespace | lldb_private::plugin::dwarf |
Functions | |
std::optional< IndexSet< NameToDIE > > | lldb_private::plugin::dwarf::DecodeIndexSet (const DataExtractor &data, lldb::offset_t *offset_ptr) |
void | lldb_private::plugin::dwarf::EncodeIndexSet (const IndexSet< NameToDIE > &set, DataEncoder &encoder) |