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

Declarations

lib/MC/WasmObjectWriter.cpp
  337   void applyRelocations(ArrayRef<WasmRelocationEntry> Relocations,

References

lib/MC/WasmObjectWriter.cpp
  847   applyRelocations(CodeRelocations, Section.ContentsOffset);
  877   applyRelocations(DataRelocations, Section.ContentsOffset);
 1030   applyRelocations(Relocations, CustomSection.OutputContentsOffset);