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

Declarations

include/llvm/Object/MachO.h
  517   getUuidCommand(const LoadCommandInfo &L) const;

References

tools/dsymutil/MachOUtils.cpp
  383       UUIDCmd = InputBinary.getUuidCommand(LCI);
tools/llvm-objdump/MachODump.cpp
10113       MachO::uuid_command Uuid = Obj->getUuidCommand(Command);