Searched refs:LastDwarfSection (Results 1 – 1 of 1) sorted by relevance
1355 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local1385 if (LastDwarfSection) in assignAddressesAndIndices()1386 LastDwarfSection->MemorySize = in assignAddressesAndIndices()1387 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()1388 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()1390 if (LastDwarfSection) { in assignAddressesAndIndices()1393 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()1395 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()