Home
last modified time | relevance | path

Searched refs:debug_abbrev (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dwarf/
Ddwarf_test.h68 RawSection debug_abbrev(".debug_abbrev", SHT_PROGBITS, 0, nullptr, 0, 1, 0); in Objdump()
77 debug_abbrev.SetBuffer(debug_abbrev_data_); in Objdump()
78 builder.RegisterSection(&debug_abbrev); in Objdump()
Ddebug_info_entry_writer.h182 std::vector<uint8_t, Allocator>* debug_abbrev,
185 debug_abbrev_(debug_abbrev),
/art/compiler/
Delf_writer_debug.h41 std::vector<uint8_t>* debug_abbrev,
Delf_writer_quick.cc184 std::unique_ptr<RawSection> debug_abbrev(new RawSection( in Write() local
222 debug_abbrev->GetBuffer(), in Write()
229 builder->RegisterSection(debug_abbrev.get()); in Write()
Delf_writer_debug.cc241 std::vector<uint8_t>* debug_abbrev, in WriteDebugSections() argument
284 size_t debug_abbrev_offset = debug_abbrev->size(); in WriteDebugSections()
285 DebugInfoEntryWriter<> info(is64bit, debug_abbrev); in WriteDebugSections()