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

Declarations

include/llvm/Object/MachO.h
  558   ArrayRef<uint8_t> getDyldInfoWeakBindOpcodes() const;

References

lib/Object/MachOObjectFile.cpp
 4128   return bindTable(Err, this, getDyldInfoWeakBindOpcodes(), is64Bit(),
tools/llvm-objcopy/MachO/MachOReader.cpp
  224   O.WeakBinds.Opcodes = MachOObj.getDyldInfoWeakBindOpcodes();
tools/obj2yaml/macho2yaml.cpp
  246                   Obj.getDyldInfoWeakBindOpcodes());