Lines Matching refs:Fixup

33                                     const MCFixup &Fixup,
42 const MCFixup &Fixup, MCValue Target,
56 const MCFixup &Fixup, MCValue Target,
143 const MCFixup &Fixup, in RecordARMScatteredHalfRelocation() argument
146 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation()
147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredHalfRelocation()
154 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation()
169 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredHalfRelocation()
197 switch ((unsigned)Fixup.getKind()) { in RecordARMScatteredHalfRelocation()
247 const MCFixup &Fixup, in RecordARMScatteredRelocation() argument
252 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation()
253 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordARMScatteredRelocation()
259 Asm.getContext().reportError(Fixup.getLoc(), in RecordARMScatteredRelocation()
275 Asm.getContext().reportError(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().reportError(Fixup.getLoc(), in recordRelocation()
373 Fixup, Target, FixedValue); in recordRelocation()
374 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in recordRelocation()
394 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in recordRelocation()
399 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation()
456 switch ((unsigned)Fixup.getKind()) { in recordRelocation()