Lines Matching refs:Writer
37 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
145 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordRelocation() argument
148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); in RecordRelocation()
233 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordRelocation()
269 : Writer->getSymbolAddress(&A_SD, Layout)) - in RecordRelocation()
272 : Writer->getSymbolAddress(A_Base, Layout)); in RecordRelocation()
274 : Writer->getSymbolAddress(&B_SD, Layout)) - in RecordRelocation()
277 : Writer->getSymbolAddress(B_Base, Layout)); in RecordRelocation()
284 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordRelocation()
312 Res, Layout, Writer->getSectionAddressMap())) { in RecordRelocation()
325 return RecordRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
358 Value += Writer->getSymbolAddress(&SD, Layout); in RecordRelocation()
361 Value -= Writer->getFragmentAddress(Fragment, Layout) + in RecordRelocation()
368 Res, Layout, Writer->getSectionAddressMap())) { in RecordRelocation()
392 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordRelocation()
413 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordRelocation()