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