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

References

lib/Object/WasmObjectFile.cpp
  836     Section.Relocations.push_back(Reloc);
 1468   RelocRef.d.b = Sec.Relocations.size();
 1558   assert(Ref.d.b < Sec.Relocations.size());
 1559   return Sec.Relocations[Ref.d.b];
tools/lld/wasm/InputFiles.cpp
  223   ArrayRef<WasmRelocation> relocs = section->Relocations;
  298       customSections.back()->setRelocations(section.Relocations);
  304     for (const WasmRelocation &reloc : section.Relocations)
tools/obj2yaml/wasm2yaml.cpp
  363     for (const wasm::WasmRelocation &Reloc : WasmSec.Relocations) {