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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 60 bool EvaluateAsRelocatableImpl(MCValue &Res,
ARMMCExpr.cpp 38 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 65 bool EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 80 bool EvaluateAsRelocatableImpl(MCValue &Res,
PPCMCExpr.cpp 53 PPCMCExpr::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,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 80 AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
AArch64MCExpr.h 169 bool EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/include/llvm/MC/
MCExpr.h 53 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
502 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,

Completed in 639 milliseconds