Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp52 if (!getSubExpr()->evaluateAsRelocatable(AUIPCLoc, nullptr, nullptr)) in getPCRelHiFixup()
99 if (!getSubExpr()->evaluateAsRelocatable(Res, nullptr, nullptr)) in evaluateAsRelocatableImpl()
214 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr)) in evaluateAsConstant()
H A DRISCVELFStreamer.cpp223 if (!Value->evaluateAsRelocatable(E, nullptr, nullptr)) in requiresFixups()
H A DRISCVAsmBackend.cpp515 if (!AUIPCExpr->evaluateAsRelocatable(AUIPCTarget, &Layout, AUIPCFixup)) in evaluateTargetFixup()
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp141 if (!SubExpr->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
149 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
167 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp65 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr)) in evaluateAsConstant()
108 if (!getSubExpr()->evaluateAsRelocatable(Value, Layout, Fixup)) in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp58 getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr); in evaluateAsConstant()
75 bool isRelocatable = SubExpr->evaluateAsRelocatable(Value, Layout, Fixup); in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp52 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCExpr.cpp115 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp106 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp30 return Expr->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCExpr.cpp179 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp185 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp738 if(!SymbolExpr->evaluateAsRelocatable(OffsetVal, nullptr, nullptr)) in getOffsetAndDataFragment()
812 if (!Offset.evaluateAsRelocatable(OffsetVal, nullptr, nullptr)) in emitRelocDirective()
H A DMCAssembler.cpp145 if (!Expr->evaluateAsRelocatable(V, nullptr, nullptr)) in isThumbFunc()
212 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) { in evaluateFixup()
H A DMCMachOStreamer.cpp222 if (Value->evaluateAsRelocatable(Res, nullptr, nullptr)) { in emitAssignment()
H A DMCCodeView.cpp653 BE->evaluateAsRelocatable(Res, &Layout, /*Fixup=*/nullptr); in encodeDefRange()
H A DMCExpr.cpp749 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable() function in MCExpr
H A DMachObjectWriter.cpp98 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCExpr.h119 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp589 if (!JalExpr->evaluateAsRelocatable(Res, nullptr, nullptr)) in isJalrRelocAvailable()
1349 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()
1363 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()
1404 bool Success = getImm()->evaluateAsRelocatable(Res, nullptr, nullptr); in isScaledSImm()
2919 if (!SymExpr->evaluateAsRelocatable(Res, nullptr, nullptr)) { in loadAndAddSymbolAddress()
3751 if (!OffsetOp.getExpr()->evaluateAsRelocatable(Res, nullptr, nullptr)) { in expandMem16Inst()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1187 if (Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) { in parseInstruction()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2018 if (Expr->evaluateAsRelocatable(Res, nullptr, &Fixup)) in classifySymbolRef()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3196 if (!(*ME)->evaluateAsRelocatable(MV, nullptr, nullptr) || MV.isAbsolute()) in handleIndirectSymViaGOTPCRel()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3172 if (!Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) in parseDirectiveReloc()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6801 bool Relocatable = Expr->evaluateAsRelocatable(Res, nullptr, nullptr); in classifySymbolRef()