Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1069 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local
1100 if (LastDwarfSection) in assignAddressesAndIndices()
1101 LastDwarfSection->MemorySize = in assignAddressesAndIndices()
1102 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()
1103 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()
1105 if (LastDwarfSection) { in assignAddressesAndIndices()
1108 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()
1110 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()