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