Searched refs:TargetSize (Results 1 – 10 of 10) sorted by relevance
109 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()123 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
35 unsigned TargetSize; member
110 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
259 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()292 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
238 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()372 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
105 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
148 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
279 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
353 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
1765 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()