Lines Matching refs:Fixup
33 const MCFixup &Fixup,
42 const MCFixup &Fixup, MCValue Target,
59 const MCFixup &Fixup, MCValue Target,
146 const MCFixup &Fixup, in RecordARMScatteredHalfRelocation() argument
149 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation()
150 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation()
158 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation()
172 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation()
198 switch ((unsigned)Fixup.getKind()) { in RecordARMScatteredHalfRelocation()
248 const MCFixup &Fixup, in RecordARMScatteredRelocation() argument
253 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation()
254 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation()
261 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredRelocation()
275 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredRelocation()
352 const MCFixup &Fixup, MCValue Target, in RecordRelocation() argument
354 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation()
357 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size)) in RecordRelocation()
362 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
371 Fixup, Target, FixedValue); in RecordRelocation()
372 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordRelocation()
391 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordRelocation()
396 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordRelocation()
452 switch ((unsigned)Fixup.getKind()) { in RecordRelocation()