Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp477 for (auto &OverflowSec : OverflowSections) in reset() local
478 OverflowSec.reset(); in reset()
1062 for (const auto &OverflowSec : OverflowSections) in writeSectionHeaderTable() local
1063 writeSectionHeader(&OverflowSec); in writeSectionHeaderTable()
1215 for (auto &OverflowSec : OverflowSections) { in calcOffsetToRelocations() local
1216 if (OverflowSec.RelocationCount == static_cast<uint32_t>(Sec->Index)) { in calcOffsetToRelocations()
1218 OverflowSec.Address * XCOFF::RelocationSerializationSize32; in calcOffsetToRelocations()
1222 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()