Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp132 static constexpr int16_t UninitializedIndex = member
138 Index(UninitializedIndex) { in SectionEntry()
149 Index = UninitializedIndex; in reset()
944 if (Sec->Index == SectionEntry::UninitializedIndex) in writeSectionHeader()
1007 if (Section->Index == SectionEntry::UninitializedIndex) in writeRelocations()
1043 if (Section->Index == SectionEntry::UninitializedIndex) in writeSymbolTable()
1129 if (Section->Index == SectionEntry::UninitializedIndex) in finalizeSectionInfo()
1158 if (Sec->Index == SectionEntry::UninitializedIndex || Sec->IsVirtual) in finalizeSectionInfo()
1186 if (Sec->Index != SectionEntry::UninitializedIndex) in finalizeSectionInfo()
1413 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()