Searched refs:Writer (Results 1 – 6 of 6) sorted by relevance
46 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()
56 class DebugInfoEntryWriter FINAL : private Writer<Allocator> {179 using Writer<Allocator>::data;184 : Writer<Allocator>(&entries_),237 Writer<Allocator> debug_abbrev_;
30 class Writer {162 explicit Writer(std::vector<uint8_t, Allocator>* buffer) : data_(buffer) { } in Writer() function167 DISALLOW_COPY_AND_ASSIGN(Writer);
34 class DebugLineOpCodeWriter FINAL : private Writer<Allocator> {215 using Writer<Allocator>::data;220 : Writer<Allocator>(&opcodes_),
35 class DebugFrameOpCodeWriter : private Writer<Allocator> {291 using Writer<Allocator>::data;295 : Writer<Allocator>(&opcodes_),
197 Writer<> header(eh_frame_hdr); in WriteCFISection()