reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCFixup.h
  108     FI.Value = Fixup.getValue();
  119     FI.Value = Fixup.getValue();
lib/MC/MCAsmStreamer.cpp
 1925        << ", value: " << *F.getValue() << ", kind: " << Info.Name << "\n";
lib/MC/MCAssembler.cpp
  211   const MCExpr *Expr = Fixup.getValue();
lib/MC/MCELFStreamer.cpp
  503     fixSymbolsInTLSFixups(F.getFixups()[i].getValue());
  524     fixSymbolsInTLSFixups(Fixups[i].getValue());
lib/MC/MCFragment.cpp
  304      << " Value:" << *AF.getValue()
lib/MC/WasmObjectWriter.cpp
 1552       const MCExpr *Expr = Fixup.getValue();
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
   49   const MCExpr *Expr = Fixup.getValue();
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  545             dyn_cast<MCSymbolRefExpr>(Fixup.getValue()))
  647             dyn_cast<MCSymbolRefExpr>(Fixup.getValue()))
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
   43   const MCExpr *Expr = Fixup.getValue();
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
   51     const MCFixup *T = cast<RISCVMCExpr>(Fixup.getValue())->getPCRelHiFixup();
   68       ShouldForce = T->getValue()->findAssociatedFragment() !=
   69                     Fixup.getValue()->findAssociatedFragment();
lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
   51   const MCExpr *Expr = Fixup.getValue();
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  132   if (!TargetFixup->getValue()->evaluateAsValue(Target, *Layout))
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
   46   if (const SparcMCExpr *SExpr = dyn_cast<SparcMCExpr>(Fixup.getValue())) {
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
  107             getFixupSection(Fixup.getValue()))) {