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

References

lib/MC/MCExpr.cpp
  788         !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
  808     if (!LHSValue.isAbsolute() || !RHSValue.isAbsolute()) {
  816                                    RHSValue.getSymB(), RHSValue.getSymA(),
  816                                    RHSValue.getSymB(), RHSValue.getSymA(),
  817                                    -(uint64_t)RHSValue.getConstant(), Res);
  821                                    RHSValue.getSymA(), RHSValue.getSymB(),
  821                                    RHSValue.getSymA(), RHSValue.getSymB(),
  822                                    RHSValue.getConstant(), Res);
  829     int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant();