HomeSort by relevance Sort by last modified time
    Searched refs:EvaluateAsRelocatable (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 84 return getSubExpr()->EvaluateAsRelocatable(Res, Layout);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 94 if (!getSubExpr()->EvaluateAsRelocatable(Res, Layout))
AArch64MachObjectWriter.cpp 291 if (!Symbol->getVariableValue()->EvaluateAsRelocatable(Target, &Layout))
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 59 if (!getSubExpr()->EvaluateAsRelocatable(Value, Layout))
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.cpp 165 return getSubExpr()->EvaluateAsRelocatable(Res, Layout);
  /external/llvm/include/llvm/MC/
MCExpr.h 90 /// EvaluateAsRelocatable - Try to evaluate the expression to a relocatable
96 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout) const;
101 /// This is a more aggressive variant of EvaluateAsRelocatable. The intended
  /external/llvm/lib/MC/
MachObjectWriter.cpp 87 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, &Layout))
667 if (Expr->EvaluateAsRelocatable(Value, &Layout)) {
    [all...]
MCExpr.cpp 634 bool MCExpr::EvaluateAsRelocatable(MCValue &Res,
MCAssembler.cpp 439 // FIXME: Should this be the behavior of EvaluateAsRelocatable itself?
445 return Expr.EvaluateAsRelocatable(Target, &Layout);
    [all...]

Completed in 438 milliseconds