Home | History | Annotate | Download | only in MC

Lines Matching defs:StartAddress

588   uint64_t StartAddress = 0;
592 StartAddress = RoundUpToAlignment(StartAddress, SD->getAlignment());
593 SectionAddress[SD] = StartAddress;
594 StartAddress += Layout.getSectionAddressSize(SD);
599 StartAddress += getPaddingSize(SD, Layout);