reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
  108   const bool has_tag = m_apple_types_up->GetHeader().header_data.ContainsAtom(
  111       m_apple_types_up->GetHeader().header_data.ContainsAtom(
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  251     offset = header_data.Read(data, offset);
  259   const size_t num_atoms = header_data.atoms.size();
  264     DWARFFormValue form_value(nullptr, header_data.atoms[i].form);
  269     switch (header_data.atoms[i].type) {
  274               : form_value.Reference(header_data.die_base_offset);
  348       count * m_header.header_data.GetMinimumHashDataByteSize();
  357     if (!match && m_header.header_data.HashDataHasFixedByteSize()) {
  413       count * m_header.header_data.GetMinimumHashDataByteSize();
  418     if (!match && m_header.header_data.HashDataHasFixedByteSize()) {
  553         GetHeader().header_data.ContainsAtom(eAtomTypeTypeFlags)) {