reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
412 Is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header); 419 LoadCommandSize += segmentLoadCommandSize(Is64Bit, Segment.nsects); 441 LoadCommandSize += segmentLoadCommandSize(Is64Bit, NumDwarfSections); 446 unsigned NListSize = Is64Bit ? sizeof(MachO::nlist_64) : sizeof(MachO::nlist); 506 uint64_t DwarfVMMax = Is64Bit ? UINT64_MAX : UINT32_MAX;