Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc179 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()
Delf_writer_debug.h39 std::vector<uint8_t>* debug_info,
Delf_writer_debug.cc239 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/
Ddwarf_test.h67 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()
Dheaders.h113 std::vector<uint8_t>* debug_info, in WriteDebugInfoCU() argument
115 Writer<> writer(debug_info); in WriteDebugInfoCU()