Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h174 friend class IHexSectionWriter; \
299 class IHexSectionWriter : public IHexSectionWriterBase {
301 IHexSectionWriter(WritableMemoryBuffer &Buf) : IHexSectionWriterBase(Buf) {} in IHexSectionWriter() function
H A DObject.cpp411 void IHexSectionWriter::writeData(uint8_t Type, uint16_t Addr, in writeData()
418 Error IHexSectionWriter::visit(const StringTableSection &Sec) { in visit()
2637 IHexSectionWriter Writer(*Buf); in write()