Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1466 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local
1496 if (LastDwarfSection) in assignAddressesAndIndices()
1497 LastDwarfSection->MemorySize = in assignAddressesAndIndices()
1498 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()
1499 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()
1501 if (LastDwarfSection) { in assignAddressesAndIndices()
1504 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()
1506 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()