HomeSort by relevance Sort by last modified time
    Searched refs:debug_abbrev_ (Results 1 - 4 of 4) sorted by null

  /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 76 debug_abbrev_(&debug_abbrev_buffer_) {
102 dwarf::DebugAbbrevWriter<> debug_abbrev_; member in class:art::debug::ElfDebugInfoWriter
121 info_(Is64BitInstructionSet(owner_->builder_->GetIsa()), &owner->debug_abbrev_) {
  /toolchain/binutils/binutils-2.27/gold/
layout.h 1387 Output_reduced_debug_abbrev_section* debug_abbrev_; member in class:gold::Layout
    [all...]
layout.cc 448 debug_abbrev_(NULL),
    [all...]

Completed in 265 milliseconds