Lines Matching refs:Fragment

31                                  const MCFragment *Fragment,
39 const MCFragment *Fragment,
47 const MCFragment *Fragment,
53 const MCFragment *Fragment, const MCFixup &Fixup,
63 const MCAsmLayout &Layout, const MCFragment *Fragment, in RecordRelocation() argument
67 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
70 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation()
101 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() argument
109 Layout.getFragmentOffset(Fragment) + Fixup.getOffset(); in RecordX86_64Relocation()
111 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordX86_64Relocation()
200 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
223 Fragment->getParent()->getSection()); in RecordX86_64Relocation()
339 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
345 const MCFragment *Fragment, in RecordScatteredRelocation() argument
351 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordScatteredRelocation()
411 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordScatteredRelocation()
433 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordScatteredRelocation()
440 const MCFragment *Fragment, in RecordTLVPRelocation() argument
449 uint32_t Value = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordTLVPRelocation()
462 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset(); in RecordTLVPRelocation()
478 Writer->addRelocation(SD_A, Fragment->getParent(), MRE); in RecordTLVPRelocation()
484 const MCFragment *Fragment, in RecordX86Relocation() argument
494 RecordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
503 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
522 RecordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, in RecordX86Relocation()
527 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); in RecordX86Relocation()
565 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
575 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()