Searched refs:getEntryPointCommand (Results 1 – 3 of 3) sorted by relevance
360 getEntryPointCommand(const LoadCommandInfo &L) const;
2051 MachOObjectFile::getEntryPointCommand(const LoadCommandInfo &L) const { in getEntryPointCommand() function in MachOObjectFile
8586 MachO::entry_point_command Ep = Obj->getEntryPointCommand(Command); in PrintLoadCommands()