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

References

lib/MC/MCAssembler.cpp
  744       getWriter().recordRelocation(*this, Layout, &F, FixupAdd, TargetAdd,
  748       getWriter().recordRelocation(*this, Layout, &F, FixupSub, TargetSub,
  751       getWriter().recordRelocation(*this, Layout, &F, Fixup, Target,
  803   getWriter().executePostLayoutBinding(*this, Layout);
  869   stats::ObjectBytes += getWriter().writeObject(*this, Layout);
lib/MC/MCExpr.cpp
  524   if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet))
lib/MC/MCObjectStreamer.cpp
  710   getAssembler().getWriter().emitAddrsigSection();
  715   getAssembler().getWriter().addAddrsigSymbol(Sym);
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  358   Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes,
tools/dsymutil/MachOUtils.cpp
  339   auto &Writer = static_cast<MachObjectWriter &>(MCAsm.getWriter());