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