Searched refs:debug_line (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ |
D | elf_writer_quick.cc | 188 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()
|
D | elf_writer_debug.h | 43 std::vector<uint8_t>* debug_line,
|
D | elf_writer_debug.cc | 243 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/ |
D | dwarf_test.h | 70 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()
|
D | headers.h | 142 std::vector<uint8_t>* debug_line, in WriteDebugLineTable() argument 144 Writer<> writer(debug_line); in WriteDebugLineTable()
|