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

References

lib/ObjectYAML/ELFEmitter.cpp
  753     unsigned SymIdx = Rel.Symbol ? toSymbolIndex(*Rel.Symbol, Section.Name,
  753     unsigned SymIdx = Rel.Symbol ? toSymbolIndex(*Rel.Symbol, Section.Name,
lib/ObjectYAML/ELFYAML.cpp
 1390   IO.mapOptional("Symbol", Rel.Symbol);
tools/obj2yaml/elf2yaml.cpp
  440   R.Symbol = NameOrErr.get();