Searched refs:getDyldInfoLoadCommand (Results 1 – 3 of 3) sorted by relevance
641 getDyldInfoLoadCommand(const LoadCommandInfo &L) const;
4509 MachOObjectFile::getDyldInfoLoadCommand(const LoadCommandInfo &L) const { in getDyldInfoLoadCommand() function in MachOObjectFile
10157 MachO::dyld_info_command DyldInfo = Obj->getDyldInfoLoadCommand(Command); in PrintLoadCommands()