Searched refs:EvaluateAsRelocatable (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCExpr.h88 /// EvaluateAsRelocatable - Try to evaluate the expression to a relocatable
94 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout &Layout) const;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAssembler.cpp110 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this))
245 if (!Fixup.getValue()->EvaluateAsRelocatable(Target, Layout))
H A DMCExpr.cpp423 bool MCExpr::EvaluateAsRelocatable(MCValue &Res, function in class:MCExpr
H A DMachObjectWriter.cpp71 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout))

Completed in 116 milliseconds