Searched refs:IHexSectionWriter (Results 1 – 2 of 2) sorted by relevance
174 friend class IHexSectionWriter; \302 class IHexSectionWriter : public IHexSectionWriterBase {304 IHexSectionWriter(WritableMemoryBuffer &Buf) : IHexSectionWriterBase(Buf) {} in IHexSectionWriter() function
428 void IHexSectionWriter::writeData(uint8_t Type, uint16_t Addr, in writeData()435 Error IHexSectionWriter::visit(const StringTableSection &Sec) { in visit()2848 IHexSectionWriter Writer(*Buf); in write()