HomeSort by: relevance | last modified time | path
    Searched refs:IHexSectionWriter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 174 friend class IHexSectionWriter; \
265 // Base class for IHexSectionWriter. This class implements writing algorithm,
299 class IHexSectionWriter : public IHexSectionWriterBase {
301 IHexSectionWriter(WritableMemoryBuffer &Buf) : IHexSectionWriterBase(Buf) {}
Object.cpp 411 void IHexSectionWriter::writeData(uint8_t Type, uint16_t Addr,
418 Error IHexSectionWriter::visit(const StringTableSection &Sec) {
2637 IHexSectionWriter Writer(*Buf);

Completed in 59 milliseconds