reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1111 sys::swapByteOrder(info.cmdsize);
lib/Object/MachOObjectFile.cpp 642 if (DyldInfo.cmdsize != sizeof(MachO::dyld_info_command))
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp 854 di->cmdsize = sizeof(dyld_info_command);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 2110 dyld_info.cmdsize = lc.cmdsize;
tools/llvm-objdump/MachODump.cpp8949 outs() << " cmdsize " << dc.cmdsize; 8950 if (dc.cmdsize != sizeof(struct MachO::dyld_info_command))