/art/compiler/debug/dwarf/ |
debug_info_entry_writer.h | 57 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_yes)); 60 debug_abbrev_->StartAbbrev(tag); 63 this->PushUleb128(debug_abbrev_->NextAbbrevCode()); 74 this->UpdateUleb128(abbrev_code_offset_, debug_abbrev_->EndAbbrev(DW_CHILDREN_no)); 86 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_addr); 96 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_block); 102 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_exprloc); 108 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data1); 113 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data2); 118 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_data4) 216 DebugAbbrevWriter<Vector>* debug_abbrev_; member in class:art::dwarf::FINAL [all...] |
/art/compiler/debug/ |
elf_debug_info_writer.h | 71 debug_abbrev_(&debug_abbrev_buffer_) { 97 dwarf::DebugAbbrevWriter<> debug_abbrev_; member in class:art::debug::ElfDebugInfoWriter 116 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) {
|
/toolchain/binutils/binutils-2.25/gold/ |
layout.cc | 458 debug_abbrev_(NULL), [all...] |
layout.h | 1390 Output_reduced_debug_abbrev_section* debug_abbrev_; member in class:gold::Layout [all...] |