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

Declarations

lib/MC/WasmObjectWriter.cpp
  323   void writeRelocSection(uint32_t SectionIndex, StringRef Name,

References

lib/MC/WasmObjectWriter.cpp
  925     writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations);
 1583   writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations);
 1584   writeRelocSection(DataSectionIndex, "DATA", DataRelocations);