Searched refs:IHexWriter (Results 1 – 3 of 3) sorted by relevance
394 class IHexWriter : public ASCIIHexWriter {397 IHexWriter(Object &Obj, raw_ostream &Out, StringRef OutputFile) in IHexWriter() function
2806 uint64_t IHexWriter::writeEntryPointRecord(uint8_t *Buf) { in writeEntryPointRecord()2827 uint64_t IHexWriter::writeEndOfFileRecord(uint8_t *Buf) { in writeEndOfFileRecord()2834 IHexWriter::getTotalSize(WritableMemoryBuffer &EmptyBuffer) const { in getTotalSize()2847 Error IHexWriter::write() { in write()
185 return std::make_unique<IHexWriter>(Obj, Out, Config.OutputFilename); in createWriter()