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

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp52 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCExpr.cpp46 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCExpr.cpp42 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp65 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr))
108 if (!getSubExpr()->evaluateAsRelocatable(Value, Layout, Fixup))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp106 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
192 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCExpr.cpp115 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp141 if (!SubExpr->evaluateAsRelocatable(Res, Layout, Fixup))
149 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
167 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp50 if (!getSubExpr()->evaluateAsRelocatable(AUIPCLoc, nullptr, nullptr))
98 if (!getSubExpr()->evaluateAsRelocatable(Res, nullptr, nullptr))
228 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr))
H A DRISCVAsmBackend.cpp554 if (!AUIPCExpr->evaluateAsRelocatable(AUIPCTarget, &Layout, AUIPCFixup))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp30 return Expr->evaluateAsRelocatable(Res, Layout, Fixup);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp58 getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr);
75 bool isRelocatable = SubExpr->evaluateAsRelocatable(Value, Layout, Fixup);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCExpr.cpp179 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCExpr.cpp52 if (!getSubExpr()->evaluateAsRelocatable(Res, nullptr, nullptr))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp185 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp734 if(!SymbolExpr->evaluateAsRelocatable(OffsetVal, nullptr, nullptr))
810 if (!Offset.evaluateAsRelocatable(OffsetVal, nullptr, nullptr))
H A DMCMachOStreamer.cpp219 if (Value->evaluateAsRelocatable(Res, nullptr, nullptr)) {
H A DMCAssembler.cpp145 if (!Expr->evaluateAsRelocatable(V, nullptr, nullptr))
212 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) {
H A DMCExpr.cpp809 bool MCExpr::evaluateAsRelocatable(MCValue &Res, function in class:MCExpr
H A DMachObjectWriter.cpp98 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h119 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
125 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp588 if (!JalExpr->evaluateAsRelocatable(Res, nullptr, nullptr))
1361 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr);
1375 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr);
1416 bool Success = getImm()->evaluateAsRelocatable(Res, nullptr, nullptr);
2983 if (!SymExpr->evaluateAsRelocatable(Res, nullptr, nullptr)) {
3821 if (!OffsetOp.getExpr()->evaluateAsRelocatable(Res, nullptr, nullptr)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp592 if (Expr->evaluateAsRelocatable(Res, nullptr, nullptr))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2687 if (Expr->evaluateAsRelocatable(Res, nullptr, &Fixup))
2695 if (Expr->evaluateAsRelocatable(Res, nullptr, &Fixup)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1194 if (Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3614 // After canonicalization by evaluateAsRelocatable `ME` turns into:
3619 if (!(*ME)->evaluateAsRelocatable(MV, nullptr, nullptr) || MV.isAbsolute())

Completed in 403 milliseconds

12