Searched defs:EvaluateAsRelocatableImpl (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp38 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:ARMMCExpr
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp80 AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:AArch64MCExpr
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp53 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:PPCMCExpr
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h65 bool EvaluateAsRelocatableImpl(MCValue &Res, function in class:llvm::NVPTXFloatMCExpr
/external/llvm/lib/MC/
H A DMCExpr.cpp455 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs);
605 return EvaluateAsRelocatableImpl(Res, &Layout.getAssembler(), &Layout,
609 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:MCExpr
618 return cast<MCTargetExpr>(this)->EvaluateAsRelocatableImpl(Res, Layout);
630 bool Ret = Sym.getVariableValue()->EvaluateAsRelocatableImpl(Res, Asm,
648 if (!AUE->getSubExpr()->EvaluateAsRelocatableImpl(Value, Asm, Layout,
682 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
684 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,

Completed in 120 milliseconds