• Home
  • Raw
  • Download

Lines Matching refs:Fragment

30                                  const MCFragment *Fragment,
38 const MCFragment *Fragment,
46 const MCFragment *Fragment,
53 const MCFragment *Fragment,
65 const MCFragment *Fragment, const MCFixup &Fixup, in RecordRelocation() argument
68 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
71 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
103 const MCFragment *Fragment, in RecordX86_64Relocation() argument
113 Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in RecordX86_64Relocation()
115 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordX86_64Relocation()
210 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation()
232 Fragment->getParent()->getSection()); in RecordX86_64Relocation()
354 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86_64Relocation()
360 const MCFragment *Fragment, in RecordScatteredRelocation() argument
366 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation()
426 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation()
448 Writer->addRelocation(Fragment->getParent(), MRE); in RecordScatteredRelocation()
455 const MCFragment *Fragment, in RecordTLVPRelocation() argument
464 uint32_t Value = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordTLVPRelocation()
478 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordTLVPRelocation()
497 Writer->addRelocation(Fragment->getParent(), MRE); in RecordTLVPRelocation()
503 const MCFragment *Fragment, in RecordX86Relocation() argument
513 RecordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
522 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
541 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
546 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation()
585 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
598 Writer->addRelocation(Fragment->getParent(), MRE); in RecordX86Relocation()