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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.h 50 bool EvaluateAsRelocatableImpl(MCValue &Res,
MipsMCExpr.cpp 82 MipsMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 60 bool EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 65 bool EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 81 bool EvaluateAsRelocatableImpl(MCValue &Res,
PPCMCExpr.cpp 93 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.h 89 bool EvaluateAsRelocatableImpl(MCValue &Res,
SparcMCExpr.cpp 163 SparcMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/MC/
MCExpr.cpp 436 EvaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet);
583 return EvaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr,
589 return EvaluateAsRelocatableImpl(Res, Assembler, &Layout, nullptr, nullptr,
602 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
611 return cast<MCTargetExpr>(this)->EvaluateAsRelocatableImpl(Res, Layout,
626 if (Sym.getVariableValue()->EvaluateAsRelocatableImpl(
652 if (!AUE->getSubExpr()->EvaluateAsRelocatableImpl(Value, Asm, Layout, Fixup,
686 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
688 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 93 bool AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
AArch64MCExpr.h 154 bool EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/include/llvm/MC/
MCExpr.h 61 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
540 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,

Completed in 184 milliseconds