Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCExpr.cpp497 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet); in evaluateAsAbsolute()
651 return evaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr, in evaluateAsRelocatable()
657 return evaluateAsRelocatableImpl(Res, Assembler, &Layout, nullptr, nullptr, in evaluateAsValue()
674 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl() function in MCExpr
683 return cast<MCTargetExpr>(this)->evaluateAsRelocatableImpl(Res, Layout, in evaluateAsRelocatableImpl()
698 if (Sym.getVariableValue()->evaluateAsRelocatableImpl( in evaluateAsRelocatableImpl()
728 if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
764 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
766 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup, in evaluateAsRelocatableImpl()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h72 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
114 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h21 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
H A DHexagonMCExpr.cpp27 bool HexagonMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in HexagonMCExpr
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp50 bool LanaiMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in LanaiMCExpr
H A DLanaiMCExpr.h40 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h56 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout, in evaluateAsRelocatableImpl() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h60 bool evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.h64 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
H A DRISCVMCExpr.cpp122 bool RISCVMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in RISCVMCExpr
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h71 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
H A DMipsMCExpr.cpp134 MipsMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in MipsMCExpr
/freebsd-12.1/contrib/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h59 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
H A DAVRMCExpr.cpp72 bool AVRMCExpr::evaluateAsRelocatableImpl(MCValue &Result, in evaluateAsRelocatableImpl() function in llvm::AVRMCExpr
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h83 bool evaluateAsRelocatableImpl(MCValue &Res,
H A DPPCMCExpr.cpp99 PPCMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in PPCMCExpr
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h91 bool evaluateAsRelocatableImpl(MCValue &Res,
H A DSparcMCExpr.cpp163 SparcMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in SparcMCExpr
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp96 bool AArch64MCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl() function in AArch64MCExpr
H A DAArch64MCExpr.h158 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCExpr.h61 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
590 virtual bool evaluateAsRelocatableImpl(MCValue &Res,