reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-lipo/llvm-lipo.cpp
  111   const bool Is64Bit = O.is64Bit();
  113   for (const auto &LC : O.load_commands()) {
  116     if (O.getHeader().filetype == MachO::MH_OBJECT) {
  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);