HomeSort by relevance Sort by last modified time
    Searched refs:evaluateAsRelocatable (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 53 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.cpp 59 if (!getSubExpr()->evaluateAsRelocatable(Value, nullptr, nullptr))
98 if (!getSubExpr()->evaluateAsRelocatable(Value, Layout, Fixup))
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.cpp 28 return Expr->evaluateAsRelocatable(Res, Layout, Fixup);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 95 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
AArch64MachObjectWriter.cpp 324 if (!Symbol->getVariableValue()->evaluateAsRelocatable(Target, &Layout,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 131 if (!SubExpr->evaluateAsRelocatable(Res, Layout, Fixup))
139 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.cpp 162 return getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup);
  /external/llvm/include/llvm/MC/
MCExpr.h 106 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
112 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /external/llvm/lib/MC/
MCCodeView.cpp 403 BE->evaluateAsRelocatable(Res, &Layout, /*Fixup=*/nullptr);
MCMachOStreamer.cpp 206 if (Value->evaluateAsRelocatable(Res, nullptr, nullptr)) {
MCAssembler.cpp 178 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) {
MCExpr.cpp 575 bool MCExpr::evaluateAsRelocatable(MCValue &Res,
MachObjectWriter.cpp 82 if (!S.getVariableValue()->evaluateAsRelocatable(Target, &Layout, nullptr))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 109 bool evaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout,
115 /// This is a more aggressive variant of evaluateAsRelocatable. The intended
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 1240 milliseconds