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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 173 friend class IHexSectionWriterBase; \
268 class IHexSectionWriterBase : public BinarySectionWriter {
287 explicit IHexSectionWriterBase(WritableMemoryBuffer &Buf)
299 class IHexSectionWriter : public IHexSectionWriterBase {
301 IHexSectionWriter(WritableMemoryBuffer &Buf) : IHexSectionWriterBase(Buf) {}
Object.cpp 337 void IHexSectionWriterBase::writeSection(const SectionBase *Sec,
365 uint64_t IHexSectionWriterBase::writeSegmentAddr(uint64_t Addr) {
372 uint64_t IHexSectionWriterBase::writeBaseAddr(uint64_t Addr) {
381 void IHexSectionWriterBase::writeData(uint8_t, uint16_t,
386 Error IHexSectionWriterBase::visit(const Section &Sec) {
391 Error IHexSectionWriterBase::visit(const OwnedDataSection &Sec) {
396 Error IHexSectionWriterBase::visit(const StringTableSection &Sec) {
406 Error IHexSectionWriterBase::visit(const DynamicRelocationSection &Sec) {
2705 IHexSectionWriterBase LengthCalc(*EmptyBuffer);

Completed in 17 milliseconds