DebugInfo enum value | lldb_private::plugin::dwarf::DIERef | |
DebugTypes enum value | lldb_private::plugin::dwarf::DIERef | |
Decode(const DataExtractor &data, lldb::offset_t *offset_ptr) | lldb_private::plugin::dwarf::DIERef | static |
die_offset() const | lldb_private::plugin::dwarf::DIERef | inline |
DIERef(std::optional< uint32_t > file_index, Section section, dw_offset_t die_offset) | lldb_private::plugin::dwarf::DIERef | inline |
DIERef(lldb::user_id_t uid) | lldb_private::plugin::dwarf::DIERef | inlineexplicit |
Encode(DataEncoder &encoder) const | lldb_private::plugin::dwarf::DIERef | |
file_index() const | lldb_private::plugin::dwarf::DIERef | inline |
get_id() const | lldb_private::plugin::dwarf::DIERef | inline |
k_die_offset_bit_size | lldb_private::plugin::dwarf::DIERef | static |
k_die_offset_mask | lldb_private::plugin::dwarf::DIERef | static |
k_file_index_bit_size | lldb_private::plugin::dwarf::DIERef | static |
k_file_index_mask | lldb_private::plugin::dwarf::DIERef | static |
k_file_index_valid_bit | lldb_private::plugin::dwarf::DIERef | static |
k_section_bit | lldb_private::plugin::dwarf::DIERef | static |
m_die_offset | lldb_private::plugin::dwarf::DIERef | private |
m_file_index | lldb_private::plugin::dwarf::DIERef | private |
m_file_index_valid | lldb_private::plugin::dwarf::DIERef | private |
m_section | lldb_private::plugin::dwarf::DIERef | private |
operator!=(const DIERef &rhs) const | lldb_private::plugin::dwarf::DIERef | inline |
operator<(DIERef other) const | lldb_private::plugin::dwarf::DIERef | inline |
operator==(const DIERef &rhs) const | lldb_private::plugin::dwarf::DIERef | inline |
section() const | lldb_private::plugin::dwarf::DIERef | inline |
Section enum name | lldb_private::plugin::dwarf::DIERef | |