Lines Matching refs:CurrentAddressLocation
381 uint64_t &CurrentAddressLocation);
384 uint64_t &CurrentAddressLocation);
388 uint64_t &CurrentAddressLocation);
391 uint64_t &CurrentAddressLocation);
815 uint64_t CurrentAddressLocation = 0; in writeSections() local
817 writeSectionForControlSectionEntry(Asm, *Section, CurrentAddressLocation); in writeSections()
819 writeSectionForDwarfSectionEntry(Asm, DwarfSection, CurrentAddressLocation); in writeSections()
821 CurrentAddressLocation); in writeSections()
823 CurrentAddressLocation); in writeSections()
1592 uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument
1601 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1607 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1613 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1619 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSectionForControlSectionEntry()
1623 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSectionForControlSectionEntry()
1631 CsectEntry.Address + CsectEntry.Size - CurrentAddressLocation) { in writeSectionForControlSectionEntry()
1633 CurrentAddressLocation += PaddingSize; in writeSectionForControlSectionEntry()
1639 uint64_t &CurrentAddressLocation) { in writeSectionForDwarfSectionEntry() argument
1643 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()
1647 if (uint64_t PaddingSize = DwarfEntry.Address - CurrentAddressLocation) in writeSectionForDwarfSectionEntry()
1653 CurrentAddressLocation = DwarfEntry.Address + DwarfEntry.Size; in writeSectionForDwarfSectionEntry()
1657 uint32_t Mod = CurrentAddressLocation % DefaultSectionAlign; in writeSectionForDwarfSectionEntry()
1662 CurrentAddressLocation += TailPaddingSize; in writeSectionForDwarfSectionEntry()
1667 uint64_t &CurrentAddressLocation) { in writeSectionForExceptionSectionEntry() argument
1684 CurrentAddressLocation += getExceptionSectionSize(); in writeSectionForExceptionSectionEntry()
1689 uint64_t &CurrentAddressLocation) { in writeSectionForCInfoSymSectionEntry() argument
1719 CurrentAddressLocation += CISI->size(); in writeSectionForCInfoSymSectionEntry()