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

References

lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
   75   bool isRelocatable = SubExpr->evaluateAsRelocatable(Value, Layout, Fixup);
   80   if (Value.isAbsolute()) {
   81     Result = MCValue::get(evaluateAsInt64(Value.getConstant()));
   86     const MCSymbolRefExpr *Sym = Value.getSymA();
   92     Result = MCValue::get(Sym, Value.getSymB(), Value.getConstant());
   92     Result = MCValue::get(Sym, Value.getSymB(), Value.getConstant());