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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  159   SegmentInfo *segmentForName(StringRef segName);
  160   void         layoutSectionsInSegment(SegmentInfo *seg, uint64_t &addr);
  161   void         layoutSectionsInTextSegment(size_t, SegmentInfo *, uint64_t &);
  183     bool operator()(const SegmentInfo *left, const SegmentInfo *right);
  183     bool operator()(const SegmentInfo *left, const SegmentInfo *right);
  184     static unsigned weight(const SegmentInfo *);
  195   std::vector<SegmentInfo*>     _segmentInfos;
  222   for (SegmentInfo *sgi : _segmentInfos) {
  440 SegmentInfo *Util::segmentForName(StringRef segName) {
  441   for (SegmentInfo *si : _segmentInfos) {
  445   auto *info = new (_allocator) SegmentInfo(segName);
  445   auto *info = new (_allocator) SegmentInfo(segName);
  482 unsigned Util::SegmentSorter::weight(const SegmentInfo *seg) {
  490 bool Util::SegmentSorter::operator()(const SegmentInfo *left,
  491                                   const SegmentInfo *right) {
  532     SegmentInfo *seg = segmentForName(si->segmentName);
  539   for (SegmentInfo *seg : _segmentInfos) {
  549   for (SegmentInfo *seg : _segmentInfos) {
  556 void Util::layoutSectionsInSegment(SegmentInfo *seg, uint64_t &addr) {
  566 void Util::layoutSectionsInTextSegment(size_t hlcSize, SegmentInfo *seg,
  593   for (SegmentInfo *seg : _segmentInfos) {
  626   for (SegmentInfo *sgi : _segmentInfos) {
  703   for (SegmentInfo *sgi : _segmentInfos) {
  713   for (SegmentInfo *sgi : _segmentInfos) {
 1272   for (const SegmentInfo *seg : _segmentInfos) {