Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCExpr.cpp493 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute()
642 return evaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr, in evaluateAsRelocatable()
648 return evaluateAsRelocatableImpl(Res, Assembler, &Layout, nullptr, nullptr, in evaluateAsValue()
665 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl() function in MCExpr
674 return cast<MCTargetExpr>(this)->evaluateAsRelocatableImpl(Res, Layout, in evaluateAsRelocatableImpl()
689 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
719 if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
755 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
757 !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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h72 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
114 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.h21 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
DNios2MCExpr.h49 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
DNios2MCExpr.cpp56 bool Nios2MCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in Nios2MCExpr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCExpr.h56 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout, in evaluateAsRelocatableImpl() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCExpr.h54 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
DRISCVMCExpr.cpp44 bool RISCVMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in RISCVMCExpr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h60 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h60 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.h70 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.h70 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h59 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h81 bool evaluateAsRelocatableImpl(MCValue &Res,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h83 bool evaluateAsRelocatableImpl(MCValue &Res,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.h89 bool evaluateAsRelocatableImpl(MCValue &Res,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.h91 bool evaluateAsRelocatableImpl(MCValue &Res,

12