Searched refs:EvaluateAsRelocatableImpl (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp39 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:ARMMCExpr
H A DARMMCExpr.h60 bool EvaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp82 MipsMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:MipsMCExpr
H A DMipsMCExpr.h50 bool EvaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h65 bool EvaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h80 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DPPCMCExpr.cpp55 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:PPCMCExpr
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h89 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DSparcMCExpr.cpp163 SparcMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:SparcMCExpr
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp92 bool AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:AArch64MCExpr
H A DAArch64MCExpr.h154 bool EvaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/lib/MC/
H A DMCExpr.cpp485 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs,
637 return EvaluateAsRelocatableImpl(Res, Assembler, Layout, nullptr, false,
643 return EvaluateAsRelocatableImpl(Res, Assembler, Layout, nullptr, false,
647 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, function in class:MCExpr
655 return cast<MCTargetExpr>(this)->EvaluateAsRelocatableImpl(Res, Layout);
668 if (Sym.getVariableValue()->EvaluateAsRelocatableImpl(
700 if (!AUE->getSubExpr()->EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs,
734 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout, Addrs,
736 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout, Addrs,
/external/llvm/include/llvm/MC/
H A DMCExpr.h55 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
526 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,

Completed in 1005 milliseconds