reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCAssembler.cpp
  211   const MCExpr *Expr = Fixup.getValue();
  215   if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) {
  216     Ctx.reportError(Fixup.getLoc(), "expected relocatable expression");
  221       Ctx.reportError(Fixup.getLoc(),
  228   bool IsPCRel = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags &
  264   bool ShouldAlignPC = getBackend().getFixupKindInfo(Fixup.getKind()).Flags &
  270     uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset();
  279   if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) {