Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp381 const CsectSectionEntry &CsectEntry,
1530 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument
1532 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()
1539 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1540 (CsectEntry.Flags == XCOFF::STYP_TDATA) || in writeSectionForControlSectionEntry()
1541 (CsectEntry.Flags == XCOFF::STYP_TBSS)) && in writeSectionForControlSectionEntry()
1545 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1550 if (CsectEntry.IsVirtual) { in writeSectionForControlSectionEntry()
1551 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1555 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry()
[all …]