Home
last modified time | relevance | path

Searched refs:evaluateAsRelocatable (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.cpp59 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr)) in evaluateAsConstant()
98 if (!getSubExpr()->evaluateAsRelocatable(Value, Layout, Fixup)) in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp27 return Expr->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp85 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.cpp95 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
DAArch64MachObjectWriter.cpp324 if (!Symbol->getVariableValue()->evaluateAsRelocatable(Target, &Layout, in recordRelocation()
DAArch64AsmBackend.cpp499 if (!E->evaluateAsRelocatable(Val, nullptr, nullptr)) in isByteSwappedFixup()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.cpp162 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
/external/llvm/include/llvm/MC/
DMCExpr.h105 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
/external/llvm/lib/MC/
DMCExpr.cpp599 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable() function in MCExpr
DMachObjectWriter.cpp82 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
DMCAssembler.cpp446 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) { in evaluateFixup()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2123 if (!(*ME)->evaluateAsRelocatable(MV, nullptr, nullptr) || MV.isAbsolute()) in handleIndirectSymViaGOTPCRel()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2505 if (!Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) in parseDirectiveReloc()