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

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp38 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:ARMMCExpr
H A DARMMCExpr.h60 bool EvaluateAsRelocatableImpl(MCValue &Res,
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h65 bool EvaluateAsRelocatableImpl(MCValue &Res, function in class:llvm::NVPTXFloatMCExpr
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h80 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DPPCMCExpr.cpp53 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:PPCMCExpr
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h89 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DSparcMCExpr.cpp161 SparcMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:SparcMCExpr
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCExpr.cpp455 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs);
605 return EvaluateAsRelocatableImpl(Res, &Layout.getAssembler(), &Layout,
609 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:MCExpr
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,
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp80 AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:AArch64MCExpr
H A DAArch64MCExpr.h169 bool EvaluateAsRelocatableImpl(MCValue &Res,
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h53 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
502 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,

Completed in 73 milliseconds