Home
last modified time | relevance | path

Searched refs:Writer (Results 1 – 9 of 9) sorted by relevance

/art/compiler/debug/dwarf/
Dexpression.h33 class Expression : private Writer<> {
35 using Writer<>::data;
36 using Writer<>::size;
114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression()
Ddebug_info_entry_writer.h45 class DebugInfoEntryWriter FINAL : private Writer<Vector> {
196 using Writer<Vector>::data;
197 using Writer<Vector>::size;
198 using Writer<Vector>::UpdateUint32;
204 : Writer<Vector>(&entries_),
Ddebug_abbrev_writer.h40 class DebugAbbrevWriter FINAL : private Writer<Vector> {
45 : Writer<Vector>(buffer), in DebugAbbrevWriter()
Dwriter.h31 class Writer {
171 explicit Writer(Vector* buffer) : data_(buffer) { } in Writer() function
176 DISALLOW_COPY_AND_ASSIGN(Writer);
Dheaders.h48 Writer<> writer(buffer); in WriteCIE()
93 Writer<> writer(buffer); in WriteFDE()
134 Writer<> writer(debug_info); in WriteDebugInfoCU()
167 Writer<> writer(debug_line); in WriteDebugLineTable()
Ddebug_line_opcode_writer.h34 class DebugLineOpCodeWriter FINAL : private Writer<Vector> {
221 using Writer<Vector>::data;
227 : Writer<Vector>(&opcodes_),
Ddebug_frame_opcode_writer.h35 class DebugFrameOpCodeWriter : private Writer<Vector> {
298 using Writer<Vector>::data;
303 : Writer<Vector>(&opcodes_),
/art/compiler/debug/
Delf_debug_loc_writer.h204 dwarf::Writer<> debug_loc(debug_loc_buffer); in WriteDebugLocEntry()
290 dwarf::Writer<> debug_ranges(debug_ranges_buffer); in WriteDebugLocEntry()
Delf_debug_frame_writer.h250 dwarf::Writer<> header(&buffer); in WriteCFISection()