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 == NULL ? 0 : Writer->getSymbolAddress(A_Base, Layout));
190 Value -= Writer->getSymbolAddress(&B_SD, Layout) -
191 (B_Base == NULL ? 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,
365 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
378 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
398 Value2 = Writer->getSymbolAddress(B_SD, Layout);
451 const MCAsmLayout &Layout,
461 uint32_t Value = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
475 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset();
478 FixedValue = (FixupAddress - Writer->getSymbolAddress(SD_B, Layout) +
498 const MCAsmLayout &Layout,
509 RecordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
518 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
537 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup,
542 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
558 Res, Layout, Writer->getSectionAddressMap())) {
572 FixedValue -= Layout.getSymbolOffset(SD);