Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp127 static constexpr int16_t UninitializedIndex = member
133 Index(UninitializedIndex) { in SectionEntry()
144 Index = UninitializedIndex; in reset()
800 if (Sec->Index == SectionEntry::UninitializedIndex) in writeSectionHeaderTable()
854 if (Section->Index == SectionEntry::UninitializedIndex) in writeRelocations()
890 if (Section->Index == SectionEntry::UninitializedIndex) in writeSymbolTable()
918 if (Section->Index == SectionEntry::UninitializedIndex) in finalizeSectionInfo()
947 if (!IsDwarf && Sec->Index == SectionEntry::UninitializedIndex) in finalizeSectionInfo()
1124 if (Sec->Index == SectionEntry::UninitializedIndex || Sec->IsVirtual) in assignAddressesAndIndices()
1154 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()