Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1528 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local
1558 if (LastDwarfSection) in assignAddressesAndIndices()
1559 LastDwarfSection->MemorySize = in assignAddressesAndIndices()
1560 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()
1561 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()
1563 if (LastDwarfSection) { in assignAddressesAndIndices()
1566 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()
1568 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()