Lines Matching refs:Layout
33 const MCAsmLayout &Layout,
42 const MCAsmLayout &Layout,
57 const MCAsmLayout &Layout, const MCFragment *Fragment,
143 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation() argument
148 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredHalfRelocation()
171 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredHalfRelocation()
188 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredHalfRelocation()
256 const MCAsmLayout &Layout, in RecordARMScatteredRelocation() argument
263 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordARMScatteredRelocation()
285 uint32_t Value = Writer->getSymbolAddress(*A, Layout); in RecordARMScatteredRelocation()
303 Value2 = Writer->getSymbolAddress(B->getSymbol(), Layout); in RecordARMScatteredRelocation()
378 const MCAsmLayout &Layout, in recordRelocation() argument
400 return RecordARMScatteredHalfRelocation(Writer, Asm, Layout, Fragment, in recordRelocation()
402 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in recordRelocation()
422 return RecordARMScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in recordRelocation()
427 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in recordRelocation()
441 Res, Layout, Writer->getSectionAddressMap())) { in recordRelocation()
456 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()