• Home
  • Raw
  • Download

Lines Matching refs:Fragment

29                                  const MCFragment *Fragment,
37 const MCFragment *Fragment,
45 const MCFragment *Fragment,
52 const MCFragment *Fragment,
64 const MCFragment *Fragment, const MCFixup &Fixup, in RecordRelocation() argument
67 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
70 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
102 const MCFragment *Fragment, in RecordX86_64Relocation() argument
112 Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in RecordX86_64Relocation()
114 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordX86_64Relocation()
198 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation()
220 Fragment->getParent()->getSection()); in RecordX86_64Relocation()
335 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation()
341 const MCFragment *Fragment, in RecordScatteredRelocation() argument
346 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation()
391 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation()
401 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation()
407 const MCFragment *Fragment, in RecordTLVPRelocation() argument
416 uint32_t Value = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordTLVPRelocation()
430 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordTLVPRelocation()
448 Writer->addRelocation(Fragment->getParent(), MRE); in RecordTLVPRelocation()
454 const MCFragment *Fragment, in RecordX86Relocation() argument
464 RecordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
473 return RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
487 return RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
491 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation()
530 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
543 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86Relocation()