HomeSort by: relevance | last modified time | path
    Searched refs:evaluateAsRelocatableImpl (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h 19 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
HexagonMCExpr.cpp 26 bool HexagonMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 49 bool LanaiMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
LanaiMCExpr.h 39 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXMCExpr.h 71 bool evaluateAsRelocatableImpl(MCValue &Res,
113 bool evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 59 bool evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCExpr.h 59 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
AVRMCExpr.cpp 72 bool AVRMCExpr::evaluateAsRelocatableImpl(MCValue &Result,
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYMCExpr.h 51 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
CSKYMCExpr.cpp 98 bool CSKYMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.h 70 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
MipsMCExpr.cpp 133 MipsMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 74 bool evaluateAsRelocatableImpl(MCValue &Res,
PPCMCExpr.cpp 103 PPCMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCExpr.h 68 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
RISCVMCExpr.cpp 92 bool RISCVMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCExpr.h 72 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
VEMCExpr.cpp 174 bool VEMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCExpr.h 55 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.h 92 bool evaluateAsRelocatableImpl(MCValue &Res,
SparcMCExpr.cpp 166 SparcMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCExpr.cpp 575 evaluateAsRelocatableImpl(Value, Asm, Layout, nullptr, Addrs, InSet);
770 return evaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr,
776 return evaluateAsRelocatableImpl(Res, Assembler, &Layout, nullptr, nullptr,
793 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
802 return cast<MCTargetExpr>(this)->evaluateAsRelocatableImpl(Res, Layout,
818 if (Sym.getVariableValue()->evaluateAsRelocatableImpl(
864 if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup,
900 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
902 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 102 bool AArch64MCExpr::evaluateAsRelocatableImpl(MCValue &Res,
AArch64MCExpr.h 165 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCExpr.h 67 bool evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
652 virtual bool evaluateAsRelocatableImpl(MCValue &Res,

Completed in 33 milliseconds