Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Dheaders.h46 Writer<> writer(debug_frame); in WriteDebugFrameCIE()
84 Writer<> writer(debug_frame); in WriteDebugFrameFDE()
115 Writer<> writer(debug_info); in WriteDebugInfoCU()
144 Writer<> writer(debug_line); in WriteDebugLineTable()
Ddebug_info_entry_writer.h56 class DebugInfoEntryWriter FINAL : private Writer<Allocator> {
179 using Writer<Allocator>::data;
184 : Writer<Allocator>(&entries_),
237 Writer<Allocator> debug_abbrev_;
Dwriter.h30 class Writer {
162 explicit Writer(std::vector<uint8_t, Allocator>* buffer) : data_(buffer) { } in Writer() function
167 DISALLOW_COPY_AND_ASSIGN(Writer);
Ddebug_line_opcode_writer.h34 class DebugLineOpCodeWriter FINAL : private Writer<Allocator> {
215 using Writer<Allocator>::data;
220 : Writer<Allocator>(&opcodes_),
Ddebug_frame_opcode_writer.h35 class DebugFrameOpCodeWriter : private Writer<Allocator> {
291 using Writer<Allocator>::data;
295 : Writer<Allocator>(&opcodes_),
/art/compiler/
Delf_writer_debug.cc197 Writer<> header(eh_frame_hdr); in WriteCFISection()