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

Declarations

include/llvm/MC/MCExpr.h
   56   bool evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,

References

lib/MC/MCExpr.cpp
  502       evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet);
  673   return evaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr,
  679   return evaluateAsRelocatableImpl(Res, Assembler, &Layout, nullptr, nullptr,
  720       if (Sym.getVariableValue()->evaluateAsRelocatableImpl(
  750     if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup,
  786     if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
  788         !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,