Lines Matching refs:Fixup
30 const MCFixup &Fixup,
38 const MCFixup &Fixup,
46 const MCFixup &Fixup,
53 const MCFixup &Fixup,
64 const MCFragment *Fragment, const MCFixup &Fixup, in RecordRelocation() argument
67 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
70 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
103 const MCFixup &Fixup, in RecordX86_64Relocation() argument
106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation()
107 unsigned IsRIPRel = isFixupKindRIPRel(Fixup.getKind()); in RecordX86_64Relocation()
108 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86_64Relocation()
112 Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in RecordX86_64Relocation()
114 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordX86_64Relocation()
267 if (unsigned(Fixup.getKind()) == X86::reloc_riprel_4byte_movq_load) in RecordX86_64Relocation()
342 const MCFixup &Fixup, in RecordScatteredRelocation() argument
346 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation()
347 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordScatteredRelocation()
408 const MCFixup &Fixup, in RecordTLVPRelocation() argument
415 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordTLVPRelocation()
416 uint32_t Value = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordTLVPRelocation()
430 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordTLVPRelocation()
455 const MCFixup &Fixup, in RecordX86Relocation() argument
458 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation()
459 unsigned Log2Size = getFixupKindLog2Size(Fixup.getKind()); in RecordX86Relocation()
464 RecordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
473 return RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
487 return RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
491 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation()