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

  /external/llvm/include/llvm/MC/
MCExpr.h 87 /// EvaluateAsRelocatable - Try to evaluate the expression to a relocatable
93 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout &Layout) const;
  /external/llvm/lib/MC/
MCAssembler.cpp 110 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this))
251 if (!Fixup.getValue()->EvaluateAsRelocatable(Target, Layout))
MCExpr.cpp 449 bool MCExpr::EvaluateAsRelocatable(MCValue &Res,
MachObjectWriter.cpp 71 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout))

Completed in 564 milliseconds