9#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_MANUALDWARFINDEXSET_H
10#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_MANUALDWARFINDEXSET_H
15#include "llvm/ADT/STLExtras.h"
43 return lhs.*index == rhs.*index;
An binary data encoding class.
std::optional< IndexSet< NameToDIE > > DecodeIndexSet(const DataExtractor &data, lldb::offset_t *offset_ptr)
void EncodeIndexSet(const IndexSet< NameToDIE > &set, DataEncoder &encoder)
static std::array< T(IndexSet::*), 8 > Indices()
friend bool operator==(const IndexSet &lhs, const IndexSet &rhs)