Searched refs:debug_abbrev (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dwarf/ |
D | dwarf_test.h | 68 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()
|
D | debug_info_entry_writer.h | 182 std::vector<uint8_t, Allocator>* debug_abbrev, 185 debug_abbrev_(debug_abbrev),
|
/art/compiler/ |
D | elf_writer_debug.h | 41 std::vector<uint8_t>* debug_abbrev,
|
D | elf_writer_quick.cc | 184 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()
|
D | elf_writer_debug.cc | 241 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()
|