Lines Matching refs:Log2Size
33 unsigned Log2Size,
108 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation() local
129 Value += 1LL << Log2Size; in RecordX86_64Relocation()
208 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86_64Relocation()
250 Value -= FixupAddress + (1 << Log2Size); in RecordX86_64Relocation()
306 switch (-(Target.getConstant() + (1LL << Log2Size))) { in RecordX86_64Relocation()
358 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
369 unsigned Log2Size, in recordScatteredRelocation() argument
433 (Log2Size << 28) | in recordScatteredRelocation()
455 (Log2Size << 28) | in recordScatteredRelocation()
474 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in recordTLVPRelocation() local
490 FixedValue += 1ULL << Log2Size; in recordTLVPRelocation()
499 (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28); in recordTLVPRelocation()
511 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation() local
526 Target, Log2Size, FixedValue); in RecordX86Relocation()
539 Offset += 1 << Log2Size; in RecordX86Relocation()
546 Log2Size, FixedValue)) in RecordX86Relocation()
598 (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordX86Relocation()