Searched refs:Writer (Results 1 – 9 of 9) sorted by relevance
33 class Expression : private Writer<> {35 using Writer<>::data;36 using Writer<>::size;114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression()
45 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_),
40 class DebugAbbrevWriter FINAL : private Writer<Vector> {45 : Writer<Vector>(buffer), in DebugAbbrevWriter()
31 class Writer {171 explicit Writer(Vector* buffer) : data_(buffer) { } in Writer() function176 DISALLOW_COPY_AND_ASSIGN(Writer);
48 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()
34 class DebugLineOpCodeWriter FINAL : private Writer<Vector> {221 using Writer<Vector>::data;227 : Writer<Vector>(&opcodes_),
35 class DebugFrameOpCodeWriter : private Writer<Vector> {298 using Writer<Vector>::data;303 : Writer<Vector>(&opcodes_),
204 dwarf::Writer<> debug_loc(debug_loc_buffer); in WriteDebugLocEntry()290 dwarf::Writer<> debug_ranges(debug_ranges_buffer); in WriteDebugLocEntry()
250 dwarf::Writer<> header(&buffer); in WriteCFISection()