Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1355 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local
1385 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()