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 111 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this))
252 if (!Fixup.getValue()->EvaluateAsRelocatable(Target, Layout))
    [all...]
MCExpr.cpp 456 bool MCExpr::EvaluateAsRelocatable(MCValue &Res,
MachObjectWriter.cpp 72 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout))

Completed in 712 milliseconds