Lines Matching full:fixup
33 const MCFixup &Fixup,
42 const MCFixup &Fixup, MCValue Target,
56 const MCFixup &Fixup, MCValue Target,
143 const MCFixup &Fixup,
146 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
147 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
154 Asm.getContext().reportError(Fixup.getLoc(),
169 Asm.getContext().reportError(Fixup.getLoc(),
197 switch ((unsigned)Fixup.getKind()) {
247 const MCFixup &Fixup,
252 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
253 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
259 Asm.getContext().reportError(Fixup.getLoc(),
275 Asm.getContext().reportError(Fixup.getLoc(),
352 const MCFixup &Fixup, MCValue Target,
354 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
357 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size)) {
358 // If we failed to get fixup kind info, it's because there's no legal
359 // relocation type for the fixup kind. This happens when it's a fixup that's
362 Asm.getContext().reportError(Fixup.getLoc(),
373 Fixup, Target, FixedValue);
374 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
394 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
399 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
424 fixup value to
438 // The type is determined by the fixup kind.
456 switch ((unsigned)Fixup.getKind()) {