Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp124 static constexpr int16_t UninitializedIndex = member
135 Index = UninitializedIndex; in reset()
145 Index(UninitializedIndex), IsVirtual(IsVirtual), Groups(Groups) { in Section()
520 if (Section->Index == Section::UninitializedIndex || Section->IsVirtual) in writeSections()
692 if (Sec->Index == Section::UninitializedIndex) in writeSectionHeaderTable()
730 if (Section->Index == Section::UninitializedIndex) in writeRelocations()
777 if (Section->Index == Section::UninitializedIndex) in writeSymbolTable()
801 if (Section->Index == Section::UninitializedIndex) in finalizeSectionInfo()
825 if (Sec->Index == Section::UninitializedIndex || !Sec->RelocationCount) in finalizeSectionInfo()
928 if (Sec->Index == Section::UninitializedIndex || Sec->IsVirtual) in assignAddressesAndIndices()