Searched refs:EvaluateAsRelocatableImpl (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp38 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:ARMMCExpr
H A DARMMCExpr.h60 bool EvaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/lib/MC/
H A DMCExpr.cpp331 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs);
481 return EvaluateAsRelocatableImpl(Res, &Layout.getAssembler(), &Layout,
485 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:MCExpr
494 return cast<MCTargetExpr>(this)->EvaluateAsRelocatableImpl(Res, Layout);
506 bool Ret = Sym.getVariableValue()->EvaluateAsRelocatableImpl(Res, Asm,
524 if (!AUE->getSubExpr()->EvaluateAsRelocatableImpl(Value, Asm, Layout,
558 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
560 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h149 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DAArch64MCExpr.cpp80 AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:AArch64MCExpr
/external/llvm/include/llvm/MC/
H A DMCExpr.h53 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
470 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,

Completed in 101 milliseconds