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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 82 MipsMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 93 bool AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 93 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
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,

Completed in 562 milliseconds