Home
last modified time | relevance | path

Searched refs:IHexSectionWriter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h174 friend class IHexSectionWriter; \
299 class IHexSectionWriter : public IHexSectionWriterBase {
301 IHexSectionWriter(WritableMemoryBuffer &Buf) : IHexSectionWriterBase(Buf) {} in IHexSectionWriter() function
H A DELFObject.cpp409 void IHexSectionWriter::writeData(uint8_t Type, uint16_t Addr, in writeData()
416 Error IHexSectionWriter::visit(const StringTableSection &Sec) { in visit()
2672 IHexSectionWriter Writer(*Buf); in write()