Searched refs:debug_info (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ |
D | elf_writer_quick.cc | 179 std::unique_ptr<RawSection> debug_info(new RawSection( in Write() local 221 debug_info->GetBuffer(), debug_info->GetPatchLocations(), in Write() 225 builder->RegisterSection(debug_info.get()); in Write() 226 EncodeOatPatches(*debug_info->GetPatchLocations(), in Write()
|
D | elf_writer_debug.h | 39 std::vector<uint8_t>* debug_info,
|
D | elf_writer_debug.cc | 239 std::vector<uint8_t>* debug_info, in WriteDebugSections() argument 305 WriteDebugInfoCU(debug_abbrev_offset, info, debug_info, debug_info_patches); in WriteDebugSections()
|
/art/compiler/dwarf/ |
D | dwarf_test.h | 67 RawSection debug_info(".debug_info", SHT_PROGBITS, 0, nullptr, 0, 1, 0); in Objdump() 73 debug_info.SetBuffer(debug_info_data_); in Objdump() 74 builder.RegisterSection(&debug_info); in Objdump()
|
D | headers.h | 113 std::vector<uint8_t>* debug_info, in WriteDebugInfoCU() argument 115 Writer<> writer(debug_info); in WriteDebugInfoCU()
|