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

Declarations

include/llvm/Object/MachO.h
  511   getDylibIDLoadCommand(const LoadCommandInfo &L) const;

References

tools/llvm-objdump/MachODump.cpp
 1225       MachO::dylib_command dl = O->getDylibIDLoadCommand(Load);
10177       MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
tools/llvm-readobj/MachODumper.cpp
  708       MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);