Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h94 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout &Layout) const;
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp110 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this)) in getSymbolOffset()
245 if (!Fixup.getValue()->EvaluateAsRelocatable(Target, Layout)) in EvaluateFixup()
DMCExpr.cpp423 bool MCExpr::EvaluateAsRelocatable(MCValue &Res, in EvaluateAsRelocatable() function in MCExpr
DMachObjectWriter.cpp71 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, Layout)) in getSymbolAddress()