Home
last modified time | relevance | path

Searched refs:evaluateAsRelocatable (Results 1 – 17 of 17) 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/Mips/MCTargetDesc/
DMipsMCExpr.cpp131 if (!SubExpr->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
139 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCExpr.cpp53 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp28 return Expr->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()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.cpp162 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
/external/llvm/lib/MC/
DMCMachOStreamer.cpp206 if (Value->evaluateAsRelocatable(Res, nullptr, nullptr)) { in EmitAssignment()
DMCCodeView.cpp403 BE->evaluateAsRelocatable(Res, &Layout, /*Fixup=*/nullptr); in encodeDefRange()
DMCExpr.cpp575 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable() function in MCExpr
DMCAssembler.cpp178 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) { in evaluateFixup()
DMachObjectWriter.cpp82 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
/external/llvm/include/llvm/MC/
DMCExpr.h106 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2178 if (!(*ME)->evaluateAsRelocatable(MV, nullptr, nullptr) || MV.isAbsolute()) in handleIndirectSymViaGOTPCRel()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1421 if (Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) { in parseInstruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1075 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()
2370 if (!SymExpr->evaluateAsRelocatable(Res, nullptr, nullptr)) { in loadAndAddSymbolAddress()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2641 if (!Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) in parseDirectiveReloc()