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

/external/llvm/lib/Target/ARM/MCTargetDesc/
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/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/MC/
H A DMCExpr.cpp436 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, function in class:MCExpr
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/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h81 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DPPCMCExpr.cpp93 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:PPCMCExpr
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp93 bool AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, function in class:AArch64MCExpr
H A DAArch64MCExpr.h154 bool EvaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/include/llvm/MC/
H A DMCExpr.h61 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
540 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,

Completed in 222 milliseconds