reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 if (LC.C.cmd != (Is64Bit ? MachO::LC_SEGMENT_64 : MachO::LC_SEGMENT)) 118 (Is64Bit ? O.getSegment64LoadCommand(LC).nsects 119 : O.getSegmentLoadCommand(LC).nsects); 123 (Is64Bit ? O.getSection64(LC, SI).align 124 : O.getSection(LC, SI).align)); 128 countTrailingZeros(Is64Bit ? O.getSegment64LoadCommand(LC).vmaddr 129 : O.getSegmentLoadCommand(LC).vmaddr);