Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp139 static constexpr int16_t UninitializedIndex = member
145 Index(UninitializedIndex) { in SectionEntry()
156 Index = UninitializedIndex; in reset()
1062 if (Sec->Index == SectionEntry::UninitializedIndex) in writeSectionHeader()
1127 if (Section->Index == SectionEntry::UninitializedIndex) in writeRelocations()
1199 if (Section->Index == SectionEntry::UninitializedIndex) in writeSymbolTable()
1284 if (Section->Index == SectionEntry::UninitializedIndex) in finalizeSectionInfo()
1313 if (Sec->Index == SectionEntry::UninitializedIndex || Sec->IsVirtual) in finalizeSectionInfo()
1333 if (Sec->Index != SectionEntry::UninitializedIndex) in finalizeSectionInfo()
1578 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()