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

References

lib/Target/AArch64/AArch64MCInstLower.cpp
  181     Expr = MCBinaryExpr::createAdd(
  182         Expr, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx);
  186   Expr = AArch64MCExpr::create(Expr, RefKind, Ctx);
  186   Expr = AArch64MCExpr::create(Expr, RefKind, Ctx);
  188   return MCOperand::createExpr(Expr);