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

References

lib/Target/AArch64/AArch64MCInstLower.cpp
  230     Expr = MCBinaryExpr::createAdd(
  231         Expr, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx);
  236   Expr = AArch64MCExpr::create(Expr, RefKind, Ctx);
  236   Expr = AArch64MCExpr::create(Expr, RefKind, Ctx);
  238   return MCOperand::createExpr(Expr);