Lines Matching refs:Layout
31 const MCAsmLayout &Layout,
40 const MCAsmLayout &Layout,
55 const MCAsmLayout &Layout, const MCFragment *Fragment,
141 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation() argument
146 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation()
160 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredHalfRelocation()
177 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
245 const MCAsmLayout &Layout, in RecordARMScatteredRelocation() argument
252 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation()
265 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredRelocation()
283 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
350 const MCAsmLayout &Layout, in recordRelocation() argument
372 return RecordARMScatteredHalfRelocation(Writer, Asm, Layout, Fragment, in recordRelocation()
374 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in recordRelocation()
394 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in recordRelocation()
399 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation()
413 Res, Layout, Writer->getSectionAddressMap())) { in recordRelocation()
428 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()