12#include "llvm/Support/Format.h"
18void llvm::format_provider<DIERef>::format(
const DIERef &ref, raw_ostream &
OS,
Identifies a DWARF debug info entry within a given Module.
std::optional< uint32_t > file_index() const
lldb::user_id_t get_id() const
static std::optional< DIERef > Decode(const lldb_private::DataExtractor &data, lldb::offset_t *offset_ptr)
Decode a serialized version of this object from data.
void Encode(lldb_private::DataEncoder &encoder) const
Encode this object into a data encoder object.
dw_offset_t die_offset() const
An binary data encoding class.
void AppendU64(uint64_t value)
A class that represents a running process on the host machine.