Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc188 std::unique_ptr<RawSection> debug_line(new RawSection( in Write() local
224 debug_line->GetBuffer(), debug_line->GetPatchLocations()); in Write()
231 builder->RegisterSection(debug_line.get()); in Write()
232 EncodeOatPatches(*debug_line->GetPatchLocations(), in Write()
Delf_writer_debug.h43 std::vector<uint8_t>* debug_line,
Delf_writer_debug.cc243 std::vector<uint8_t>* debug_line, in WriteDebugSections() argument
291 info.WriteData4(DW_AT_stmt_list, debug_line->size()); in WriteDebugSections()
434 WriteDebugLineTable(directories, files, opcodes, debug_line, debug_line_patches); in WriteDebugSections()
/art/compiler/dwarf/
Ddwarf_test.h70 RawSection debug_line(".debug_line", SHT_PROGBITS, 0, nullptr, 0, 1, 0); in Objdump()
85 debug_line.SetBuffer(debug_line_data_); in Objdump()
86 builder.RegisterSection(&debug_line); in Objdump()
Dheaders.h142 std::vector<uint8_t>* debug_line, in WriteDebugLineTable() argument
144 Writer<> writer(debug_line); in WriteDebugLineTable()