Home
last modified time | relevance | path

Searched refs:evaluateAsRelocatableImpl (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/MC/
DMCExpr.cpp439 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute()
579 return evaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr, in evaluateAsRelocatable()
585 return evaluateAsRelocatableImpl(Res, Assembler, &Layout, nullptr, nullptr, in evaluateAsValue()
602 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl() function in MCExpr
611 return cast<MCTargetExpr>(this)->evaluateAsRelocatableImpl(Res, Layout, in evaluateAsRelocatableImpl()
626 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
652 if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
688 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
690 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h66 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
108 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.h21 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
DHexagonMCExpr.cpp25 bool HexagonMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in HexagonMCExpr
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCExpr.cpp50 bool LanaiMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in LanaiMCExpr
DLanaiMCExpr.h40 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h60 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.h70 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
DMipsMCExpr.cpp123 MipsMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in MipsMCExpr
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.h89 bool evaluateAsRelocatableImpl(MCValue &Res,
DSparcMCExpr.cpp159 SparcMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in SparcMCExpr
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h81 bool evaluateAsRelocatableImpl(MCValue &Res,
DPPCMCExpr.cpp93 PPCMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in PPCMCExpr
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.cpp92 bool AArch64MCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in AArch64MCExpr
DAArch64MCExpr.h154 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/external/llvm/include/llvm/MC/
DMCExpr.h61 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
533 virtual bool evaluateAsRelocatableImpl(MCValue &Res,