Lines Matching defs:Fixup
203 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
206 switch(Fixup.getTargetKind()) {
208 llvm_unreachable("Unknown Fixup Kind!");
410 /// ApplyFixup - Apply the \arg Value for given \arg Fixup into the provided
413 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
422 MCFixupKind Kind = Fixup.getKind();
429 uint32_t Offset = Fixup.getOffset();
571 const MCFixup &Fixup, bool Resolved,
580 MCB, Fixup.getOffset() / HEXAGON_INSTR_SIZE));
586 switch (Fixup.getTargetKind()) {
610 MCFixupKind Kind = Fixup.getKind();