Lines Matching refs:Layout

29                                  const MCAsmLayout &Layout,
37 const MCAsmLayout &Layout,
45 const MCAsmLayout &Layout,
52 const MCAsmLayout &Layout,
64 const MCAssembler &Asm, const MCAsmLayout &Layout,
68 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
71 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
102 const MCAsmLayout &Layout,
113 Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
115 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset();
188 Value += Writer->getSymbolAddress(&A_SD, Layout) -
189 (!A_Base ? 0 : Writer->getSymbolAddress(A_Base, Layout));
190 Value -= Writer->getSymbolAddress(&B_SD, Layout) -
191 (!B_Base ? 0 : Writer->getSymbolAddress(B_Base, Layout));
246 Value += Layout.getSymbolOffset(&SD) - Layout.getSymbolOffset(Base);
251 Value += Writer->getSymbolAddress(&SD, Layout);
258 bool isAbs = Value->EvaluateAsAbsolute(Res, Layout,
359 const MCAsmLayout &Layout,
366 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
379 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
399 Value2 = Writer->getSymbolAddress(B_SD, Layout);
454 const MCAsmLayout &Layout,
464 uint32_t Value = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
478 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset();
482 FixedValue = (FixupAddress - Writer->getSymbolAddress(SD_B, Layout) +
502 const MCAsmLayout &Layout,
513 RecordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
522 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
541 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
546 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
562 Res, Layout, Writer->getSectionAddressMap())) {
576 FixedValue -= Layout.getSymbolOffset(SD);