Home | History | Annotate | Download | only in MC

Lines Matching full:fixup

336                                                const MCFixup &Fixup,
360 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
383 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
389 return ExplicitRelSym(Asm, Target, F, Fixup, IsPCRel);
397 const MCFixup &Fixup,
405 bool IsPCRel = isFixupKindPCRel(Asm, Fixup.getKind());
409 RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup, IsPCRel);
420 int64_t b = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
446 unsigned Type = GetRelocType(Target, Fixup, IsPCRel,
450 Fixup.getOffset();
452 adjustFixupOffset(Fixup, RelocOffset);
1304 const MCFixup &Fixup,
1313 RelocType = GetRelocTypeInner(Target, Fixup, IsPCRel);
1380 // Need to examine the Fixup when determining whether to
1384 const MCFixup &Fixup,
1391 unsigned Type = GetRelocTypeInner(Target, Fixup, IsPCRel);
1400 const MCFixup &Fixup,
1407 switch ((unsigned)Fixup.getKind()) {
1465 switch ((unsigned)Fixup.getKind()) {
1466 default: llvm_unreachable("invalid fixup kind!");
1535 const MCFixup &Fixup,
1542 switch ((unsigned)Fixup.getKind()) {
1553 switch ((unsigned)Fixup.getKind()) {
1554 default: llvm_unreachable("invalid fixup kind!");
1582 PPCELFObjectWriter::adjustFixupOffset(const MCFixup &Fixup, uint64_t &RelocOffset) {
1583 switch ((unsigned)Fixup.getKind()) {
1605 const MCFixup &Fixup,
1612 switch ((unsigned)Fixup.getKind()) {
1623 switch ((unsigned)Fixup.getKind()) {
1624 default: llvm_unreachable("invalid fixup kind!");
1651 const MCFixup &Fixup,
1662 switch ((unsigned)Fixup.getKind()) {
1663 default: llvm_unreachable("invalid fixup kind!");
1710 switch ((unsigned)Fixup.getKind()) {
1711 default: llvm_unreachable("invalid fixup kind!");
1755 switch ((unsigned)Fixup.getKind()) {
1756 default: llvm_unreachable("invalid fixup kind!");
1826 const MCFixup &Fixup,