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

Declarations

include/llvm/Object/MachO.h
  523   getEntryPointCommand(const LoadCommandInfo &L) const;

References

tools/llvm-nm/llvm-nm.cpp
 1660             MachO->getEntryPointCommand(Command);
tools/llvm-objdump/MachODump.cpp
10135       MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command);