HomeSort by relevance Sort by last modified time
    Searched defs:EvaluateAsRelocatableImpl (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 38 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 80 AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 53 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 65 bool EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/MC/
MCExpr.cpp 455 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs);
605 return EvaluateAsRelocatableImpl(Res, &Layout.getAssembler(), &Layout,
609 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
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 565 milliseconds