| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVMCExpr.cpp | 51 if (!getSubExpr()->evaluateAsRelocatable(AUIPCLoc, nullptr, nullptr)) in getPCRelHiFixup() 98 if (!getSubExpr()->evaluateAsRelocatable(Res, nullptr, nullptr)) in evaluateAsRelocatableImpl() 213 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr)) in evaluateAsConstant()
|
| D | RISCVELFStreamer.cpp | 202 if (!Value->evaluateAsRelocatable(E, nullptr, nullptr)) in requiresFixups()
|
| D | RISCVAsmBackend.cpp | 514 if (!AUIPCExpr->evaluateAsRelocatable(AUIPCTarget, &Layout, AUIPCFixup)) in evaluateTargetFixup()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsMCExpr.cpp | 141 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCMCExpr.cpp | 65 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr)) in evaluateAsConstant() 108 if (!getSubExpr()->evaluateAsRelocatable(Value, Layout, Fixup)) in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| D | AVRMCExpr.cpp | 59 getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr); in evaluateAsConstant() 76 bool isRelocatable = SubExpr->evaluateAsRelocatable(Value, Layout, Fixup); in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| D | LanaiMCExpr.cpp | 52 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| D | CSKYMCExpr.cpp | 101 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCExpr.cpp | 29 return Expr->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64MCExpr.cpp | 105 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup)) in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| D | VEMCExpr.cpp | 177 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| D | SparcMCExpr.cpp | 169 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup); in evaluateAsRelocatableImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 689 if(!SymbolExpr->evaluateAsRelocatable(OffsetVal, nullptr, nullptr)) in getOffsetAndDataFragment() 763 if (!Offset.evaluateAsRelocatable(OffsetVal, nullptr, nullptr)) in emitRelocDirective()
|
| D | MCMachOStreamer.cpp | 204 if (Value->evaluateAsRelocatable(Res, nullptr, nullptr)) { in emitAssignment()
|
| D | MCAssembler.cpp | 141 if (!Expr->evaluateAsRelocatable(V, nullptr, nullptr)) in isThumbFunc() 208 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) { in evaluateFixup()
|
| D | MCCodeView.cpp | 652 BE->evaluateAsRelocatable(Res, &Layout, /*Fixup=*/nullptr); in encodeDefRange()
|
| D | MCExpr.cpp | 745 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable() function in MCExpr
|
| D | MachObjectWriter.cpp | 96 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCExpr.h | 119 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 588 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 1198 if (Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) { in parseInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| D | RISCVAsmParser.cpp | 1824 if (Expr->evaluateAsRelocatable(Res, nullptr, &Fixup)) in classifySymbolRef()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 2928 if (!(*ME)->evaluateAsRelocatable(MV, nullptr, nullptr) || MV.isAbsolute()) in handleIndirectSymViaGOTPCRel()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| D | AsmParser.cpp | 3142 if (!Expr->evaluateAsRelocatable(Value, nullptr, nullptr)) in parseDirectiveReloc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 6635 bool Relocatable = Expr->evaluateAsRelocatable(Res, nullptr, nullptr); in classifySymbolRef()
|