Lines Matching refs:DyldInfoLoadCmd
1376 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd, in MachOObjectFile()
1380 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd, in MachOObjectFile()
4713 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()
4717 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()
4727 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()
4731 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()
4741 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()
4745 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()
4755 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()
4759 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoLazyBindOpcodes()
4835 if (!DyldInfoLoadCmd) in getDyldInfoExportsTrie()
4839 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoExportsTrie()