Searched refs:getRelocationTySize (Results 1 – 8 of 8) sorted by relevance
40 virtual unsigned getRelocationTySize(unsigned RelTy) const;
60 unsigned MBlazeELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize() function in MBlazeELFWriterInfo
61 unsigned ARMELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize() function in ARMELFWriterInfo
41 virtual unsigned getRelocationTySize(unsigned RelTy) const;
89 unsigned X86ELFWriterInfo::getRelocationTySize(unsigned RelTy) const { in getRelocationTySize() function in X86ELFWriterInfo
105 virtual unsigned getRelocationTySize(unsigned RelTy) const = 0;
784 unsigned RelTySize = TEW->getRelocationTySize(RelType); in EmitRelocations()