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

References

lib/ObjectYAML/MachOEmitter.cpp
  349       encodeSLEB128(Entry.Other, OS);
  355         encodeSLEB128(Entry.Other, OS);
lib/ObjectYAML/MachOYAML.cpp
  187   IO.mapOptional("Other", ExportEntry.Other);
tools/obj2yaml/macho2yaml.cpp
  430       Entry.Other = decodeULEB128(CurrPtr, &Count);
  437         Entry.Other = decodeULEB128(CurrPtr, &Count);
  440         Entry.Other = 0;