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

  /art/compiler/dwarf/
debug_info_entry_writer.h 185 debug_abbrev_(debug_abbrev),
190 debug_abbrev_.PushUint8(0); // Add abbrev table terminator.
225 debug_abbrev_.Pop(); // Remove abbrev table terminator.
226 debug_abbrev_.PushUleb128(abbrev_code);
227 debug_abbrev_.PushData(abbrev.data(), abbrev.size());
228 debug_abbrev_.PushUint8(0); // Attribute list end.
229 debug_abbrev_.PushUint8(0); // Attribute list end.
230 debug_abbrev_.PushUint8(0); // Add abbrev table terminator.
237 Writer<Allocator> debug_abbrev_; member in class:art::dwarf::FINAL
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 392 return debug_abbrev_.data();
440 return debug_abbrev_.is_contained(ptr, size);
498 ElfMappedSection debug_abbrev_;
elf_file.cc 405 if (!map_section_by_name(".debug_abbrev", &debug_abbrev_) ||

Completed in 2228 milliseconds