Lines Matching refs:Fixup
33 const MCFixup &Fixup,
41 const MCFixup &Fixup, MCValue Target,
52 const MCFragment *Fragment, const MCFixup &Fixup,
144 const MCFixup &Fixup, in RecordARMScatteredHalfRelocation() argument
147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation()
148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation()
156 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation()
170 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation()
196 switch ((unsigned)Fixup.getKind()) { in RecordARMScatteredHalfRelocation()
249 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()
262 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredRelocation()
275 Asm.getContext().FatalError(Fixup.getLoc(), in RecordARMScatteredRelocation()
312 const MCFixup &Fixup, in RecordRelocation() argument
315 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation()
318 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size)) in RecordRelocation()
323 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
332 Fixup, Target, FixedValue); in RecordRelocation()
333 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordRelocation()
351 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordRelocation()
355 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordRelocation()
413 switch ((unsigned)Fixup.getKind()) { in RecordRelocation()