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

References

lib/ObjectYAML/ELFEmitter.cpp
  761       REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc));
  767       REntry.setSymbolAndType(SymIdx, Rel.Type, isMips64EL(Doc));
lib/ObjectYAML/ELFYAML.cpp
 1395         IO, Rel.Type);
 1401     IO.mapRequired("Type", Rel.Type);
tools/obj2yaml/elf2yaml.cpp
  415   R.Type = Rel->getType(Obj.isMips64EL());