Home
last modified time | relevance | path

Searched refs:CurrentAddressLocation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp630 uint64_t CurrentAddressLocation = 0; in writeSections() local
633 CurrentAddressLocation); in writeSections()
636 CurrentAddressLocation); in writeSections()
1161 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1167 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1173 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1183 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSectionForControlSectionEntry()
1193 CurrentAddressLocation += PaddingSize; in writeSectionForControlSectionEntry()
1203 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()
1217 uint32_t Mod = CurrentAddressLocation % DefaultSectionAlign; in writeSectionForDwarfSectionEntry()
[all …]