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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  238     dw_attr_t attr = attributes.AttributeAtIndex(i);
 1784         const dw_attr_t attr = attributes.AttributeAtIndex(i);
 2246           const dw_attr_t attr = attributes.AttributeAtIndex(i);
 2506           const dw_attr_t attr = attributes.AttributeAtIndex(i);
 2961           const dw_attr_t attr = attributes.AttributeAtIndex(i);
 3095           const dw_attr_t attr = attributes.AttributeAtIndex(i);
 3213           const dw_attr_t attr = attributes.AttributeAtIndex(i);
 3297         dw_attr_t attr = attributes.AttributeAtIndex(i);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   45     dw_attr_t attr = data.GetULEB128(offset_ptr);
   76 DWARFAbbreviationDeclaration::FindAttributeIndex(dw_attr_t attr) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
   35   void GetAttrAndFormValueByIndex(uint32_t idx, dw_attr_t &attr,
   42   uint32_t FindAttributeIndex(dw_attr_t attr) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
   17 uint32_t DWARFAttributes::FindAttributeIndex(dw_attr_t attr) const {
   29                              dw_attr_t attr, dw_form_t form) {
   45 DWARFAttributes::FormValueAsReference(dw_attr_t attr) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
   21   DWARFAttribute(dw_attr_t attr, dw_form_t form,
   25   void set(dw_attr_t attr, dw_form_t form) {
   29   dw_attr_t get_attr() const { return m_attr; }
   31   void get(dw_attr_t &attr, dw_form_t &form,
   45   dw_attr_t m_attr;
   56               dw_attr_t attr, dw_form_t form);
   63   dw_attr_t AttributeAtIndex(uint32_t i) const {
   66   dw_attr_t FormAtIndex(uint32_t i) const { return m_infos[i].attr.get_form(); }
   69   DWARFDIE FormValueAsReference(dw_attr_t attr) const;
   70   uint32_t FindAttributeIndex(dw_attr_t attr) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
   40 const char *DWARFBaseDIE::GetAttributeValueAsString(const dw_attr_t attr,
   48 uint64_t DWARFBaseDIE::GetAttributeValueAsUnsigned(const dw_attr_t attr,
   56 uint64_t DWARFBaseDIE::GetAttributeValueAsAddress(const dw_attr_t attr,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
  110   const char *GetAttributeValueAsString(const dw_attr_t attr,
  113   uint64_t GetAttributeValueAsUnsigned(const dw_attr_t attr,
  116   uint64_t GetAttributeValueAsAddress(const dw_attr_t attr,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
   45     for (dw_attr_t attr : {DW_AT_specification, DW_AT_abstract_origin}) {
  114 DWARFDIE::GetReferencedDIE(const dw_attr_t attr) const {
  130 DWARFDIE::GetAttributeValueAsReferenceDIE(const dw_attr_t attr) const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
   59   GetReferencedDIE(const dw_attr_t attr) const;
   90   GetAttributeValueAsReferenceDIE(const dw_attr_t attr) const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  252       dw_attr_t attr;
  423           dw_attr_t attr;
  456     lldb::offset_t *offset_ptr, Stream &s, dw_attr_t attr,
  553       dw_attr_t attr;
  602     const DWARFUnit *cu, const dw_attr_t attr, DWARFFormValue &form_value,
  677     const DWARFUnit *cu, const dw_attr_t attr, const char *fail_value,
  690     const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value,
  704     const DWARFUnit *cu, const dw_attr_t attr,
  714     const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
   59   GetAttributeValue(const DWARFUnit *cu, const dw_attr_t attr,
   65       const DWARFUnit *cu, const dw_attr_t attr, const char *fail_value,
   69       const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value,
   73       const DWARFUnit *cu, const dw_attr_t attr,
   77       const DWARFUnit *cu, const dw_attr_t attr, uint64_t fail_value,
  112                 dw_attr_t attr, DWARFFormValue &form_value);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  291     dw_attr_t attr = attributes.AttributeAtIndex(i);
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  155         dw_attr_t attr = attributes.AttributeAtIndex(i);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3171         dw_attr_t attr = attributes.AttributeAtIndex(i);
 3712       dw_attr_t attr = attributes.AttributeAtIndex(i);