Lines Matching refs:Fixup

28   bool getAArch64FixupKindMachOInfo(const MCFixup &Fixup, unsigned &RelocType,
39 const MCFixup &Fixup, MCValue Target,
45 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo() argument
50 switch ((unsigned)Fixup.getKind()) { in getAArch64FixupKindMachOInfo()
95 Asm.getContext().FatalError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo()
146 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordRelocation() argument
148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation()
156 unsigned Kind = Fixup.getKind(); in RecordRelocation()
159 FixupOffset += Fixup.getOffset(); in RecordRelocation()
175 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
186 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
191 if (!getAArch64FixupKindMachOInfo(Fixup, Type, Target.getSymA(), Log2Size, in RecordRelocation()
193 Asm.getContext().FatalError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); in RecordRelocation()
205 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
226 Layout.getFragmentOffset(Fragment) + Fixup.getOffset()) { in RecordRelocation()
238 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
243 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
255 Fixup.getLoc(), in RecordRelocation()
260 Fixup.getLoc(), in RecordRelocation()
265 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
321 &Fixup)) in RecordRelocation()
322 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()
325 return RecordRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
350 Fixup.getLoc(), in RecordRelocation()
362 Fixup.getOffset() + (1ULL << Log2Size); in RecordRelocation()
373 Asm.getContext().FatalError(Fixup.getLoc(), in RecordRelocation()