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

Declarations

include/llvm/Object/MachO.h
  557   ArrayRef<uint8_t> getDyldInfoBindOpcodes() const;

References

lib/Object/MachOObjectFile.cpp
 4118   return bindTable(Err, this, getDyldInfoBindOpcodes(), is64Bit(),
tools/llvm-objcopy/MachO/MachOReader.cpp
  220   O.Binds.Opcodes = MachOObj.getDyldInfoBindOpcodes();
tools/obj2yaml/macho2yaml.cpp
  244   dumpBindOpcodes(Y->LinkEdit.BindOpcodes, Obj.getDyldInfoBindOpcodes());