Home
last modified time | relevance | path

Searched refs:debug_abbrev_ (Results 1 – 2 of 2) sorted by relevance

/art/libelffile/dwarf/
Ddebug_info_entry_writer.h57 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_yes)); in StartTag()
60 debug_abbrev_->StartAbbrev(tag); in StartTag()
63 this->PushUleb128(debug_abbrev_->NextAbbrevCode()); in StartTag()
74 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_no)); in EndTag()
86 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_addr); in WriteAddr()
96 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_block); in WriteBlock()
102 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_exprloc); in WriteExprLoc()
108 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data1); in WriteData1()
113 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data2); in WriteData2()
118 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data4); in WriteData4()
[all …]
/art/compiler/debug/
Delf_debug_info_writer.h65 debug_abbrev_(&debug_abbrev_buffer_) { in ElfDebugInfoWriter()
86 dwarf::DebugAbbrevWriter<> debug_abbrev_; variable
105 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) { in ElfCompilationUnitWriter()