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

Declarations

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  172   uint32_t pointerAlign(uint32_t value);

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  305     _startOfRelocations = pointerAlign(_endOfSectionsContent);
  313                   + pointerAlign(_indirectSymbolTableCount * sizeof(uint32_t));
  315                           + pointerAlign(_symbolStringPoolSize);
  354                   + pointerAlign(_indirectSymbolTableCount * sizeof(uint32_t));
  356                           + pointerAlign(_symbolStringPoolSize);
  398     size += sizeof(dylib_command) + pointerAlign(_file.installName.size() + 1);
  418     size += pointerAlign(sizeof(dylinker_command) + dyldPath().size()+1);
  441     size += sizeof(dylib_command) + pointerAlign(dep.path.size()+1);
  447     size += pointerAlign(sizeof(rpath_command) + path.size() + 1);
  836       uint32_t size = sizeof(dylib_command) + pointerAlign(path.size() + 1);
  914       uint32_t size=pointerAlign(sizeof(dylinker_command)+dyldPath().size()+1);
  963       uint32_t size = sizeof(dylib_command) + pointerAlign(dep.path.size()+1);
  981       uint32_t size = pointerAlign(sizeof(rpath_command) + path.size() + 1);