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

References

lib/ObjectYAML/WasmEmitter.cpp
  527   encodeULEB128(Sec.Relocations.size(), OS);
  529   for (auto Reloc : Sec.Relocations) {
  606     if (Sec->Relocations.empty()) {
lib/ObjectYAML/WasmYAML.cpp
   47   IO.mapOptional("Relocations", Section.Relocations);
tools/obj2yaml/wasm2yaml.cpp
  369       S->Relocations.push_back(R);