Home | History | Annotate | Download | only in MCTargetDesc

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,
147 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
156 Asm.getContext().FatalError(Fixup.getLoc(),
170 Asm.getContext().FatalError(Fixup.getLoc(),
196 switch ((unsigned)Fixup.getKind()) {
249 const MCFixup &Fixup,
253 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
254 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
262 Asm.getContext().FatalError(Fixup.getLoc(),
275 Asm.getContext().FatalError(Fixup.getLoc(),
312 const MCFixup &Fixup,
315 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
318 if (!getARMFixupKindMachOInfo(Fixup.getKind(), RelocType, Log2Size))
319 // If we failed to get fixup kind info, it's because there's no legal
320 // relocation type for the fixup kind. This happens when it's a fixup that's
323 Asm.getContext().FatalError(Fixup.getLoc(),
332 Fixup, Target, FixedValue);
333 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
351 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
355 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
380 // For external relocations, make sure to offset the fixup value to
395 // The type is determined by the fixup kind.
413 switch ((unsigned)Fixup.getKind()) {