Lines Matching refs:Asm
29 const MCAssembler &Asm,
37 const MCAssembler &Asm,
45 const MCAssembler &Asm,
51 void RecordX86_64Relocation(MachObjectWriter *Writer, MCAssembler &Asm,
60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() argument
65 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation()
68 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation()
98 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() argument
101 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86_64Relocation()
143 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation()
148 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation()
153 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
161 Asm.getContext().reportError( in RecordX86_64Relocation()
177 Asm.getContext().reportError( in RecordX86_64Relocation()
186 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
216 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
219 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation()
256 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
262 Asm.getContext().reportError( in RecordX86_64Relocation()
282 Asm.getContext().reportError( in RecordX86_64Relocation()
310 Asm.getContext().reportError( in RecordX86_64Relocation()
329 Asm.getContext().reportError( in RecordX86_64Relocation()
333 Asm.getContext().reportError( in RecordX86_64Relocation()
340 Asm.getContext().reportError( in RecordX86_64Relocation()
361 const MCAssembler &Asm, in recordScatteredRelocation() argument
370 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in recordScatteredRelocation()
377 Asm.getContext().reportError( in recordScatteredRelocation()
393 Asm.getContext().reportError( in recordScatteredRelocation()
419 Asm.getContext().reportError(Fixup.getLoc(), in recordScatteredRelocation()
461 const MCAssembler &Asm, in recordTLVPRelocation() argument
503 const MCAssembler &Asm, in RecordX86Relocation() argument
509 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordX86Relocation()
515 recordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
524 recordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
543 recordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()