Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp412 for (auto &OverflowSec : OverflowSections) in reset() local
413 OverflowSec.reset(); in reset()
985 for (const auto &OverflowSec : OverflowSections) in writeSectionHeaderTable() local
986 writeSectionHeader(&OverflowSec); in writeSectionHeaderTable()
1105 for (auto &OverflowSec : OverflowSections) { in calcOffsetToRelocations() local
1106 if (OverflowSec.RelocationCount == static_cast<uint32_t>(Sec->Index)) { in calcOffsetToRelocations()
1108 OverflowSec.Address * XCOFF::RelocationSerializationSize32; in calcOffsetToRelocations()
1112 OverflowSec.FileOffsetToRelocations = Sec->FileOffsetToRelocations; in calcOffsetToRelocations()