Lines Matching refs:Fragment
30 const MCFragment *Fragment,
36 const MCFragment *Fragment, const MCFixup &Fixup,
45 const MCAsmLayout &Layout, const MCFragment *Fragment, in RecordRelocation() argument
51 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
178 const MCFragment *Fragment, in getFixupOffset() argument
180 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in getFixupOffset()
194 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordScatteredRelocation() argument
197 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in RecordScatteredRelocation()
285 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation()
299 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation()
306 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation() argument
320 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordPPCRelocation()
332 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup); in RecordPPCRelocation()
373 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordPPCRelocation()
380 Writer->addRelocation(Fragment->getParent(), MRE); in RecordPPCRelocation()