Home
last modified time | relevance | path

Searched refs:EvaluateAsRelocatable (Results 1 – 9 of 9) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp59 if (!getSubExpr()->EvaluateAsRelocatable(Value, nullptr, nullptr)) in EvaluateAsConstant()
98 if (!getSubExpr()->EvaluateAsRelocatable(Value, Layout, Fixup)) in EvaluateAsRelocatableImpl()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp85 return getSubExpr()->EvaluateAsRelocatable(Res, Layout, Fixup); in EvaluateAsRelocatableImpl()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp95 if (!getSubExpr()->EvaluateAsRelocatable(Res, Layout, Fixup)) in EvaluateAsRelocatableImpl()
H A DAArch64MachObjectWriter.cpp291 if (!Symbol->getVariableValue()->EvaluateAsRelocatable(Target, &Layout, in RecordRelocation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp166 return getSubExpr()->EvaluateAsRelocatable(Res, Layout, Fixup); in EvaluateAsRelocatableImpl()
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h106 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp87 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, &Layout, nullptr)) in getSymbolAddress()
648 if (Expr->EvaluateAsRelocatable(Value, &Layout, nullptr)) { in markAbsoluteVariableSymbols()
H A DMCExpr.cpp585 bool MCExpr::EvaluateAsRelocatable(MCValue &Res, in EvaluateAsRelocatable() function in MCExpr
H A DMCAssembler.cpp469 return Expr.EvaluateAsRelocatable(Target, &Layout, &Fixup); in evaluate()