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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 82 MipsMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.cpp 25 bool HexagonNoExtendOperand::evaluateAsRelocatableImpl(
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 92 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 159 SparcMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /external/llvm/lib/MC/
MCExpr.cpp 463 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet);
603 return evaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr,
609 return evaluateAsRelocatableImpl(Res, Assembler, &Layout, nullptr, nullptr,
626 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
635 return cast<MCTargetExpr>(this)->evaluateAsRelocatableImpl(Res, Layout,
650 if (Sym.getVariableValue()->evaluateAsRelocatableImpl(
676 if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup,
710 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
712 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,

Completed in 257 milliseconds