Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/ !
H A DXCOFFObjectWriter.cpp140 static constexpr int16_t UninitializedIndex = member
146 Index(UninitializedIndex) { in SectionEntry()
157 Index = UninitializedIndex; in reset()
1075 if (Sec->Index == SectionEntry::UninitializedIndex) in writeSectionHeader()
1140 if (Section->Index == SectionEntry::UninitializedIndex) in writeRelocations()
1215 if (Section->Index == SectionEntry::UninitializedIndex) in writeSymbolTable()
1301 if (Section->Index == SectionEntry::UninitializedIndex) in finalizeSectionInfo()
1330 if (Sec->Index == SectionEntry::UninitializedIndex || Sec->IsVirtual) in finalizeSectionInfo()
1350 if (Sec->Index != SectionEntry::UninitializedIndex) in finalizeSectionInfo()
1594 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()