Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp175 uint16_t SectionCount = 0; member in __anon7e89722d0111::XCOFFObjectWriter
297 SectionCount = 0; in reset()
699 W.write<uint16_t>(SectionCount); in writeFileHeader()
899 SectionCount++; in assignAddressesAndIndices()
951 SectionCount * XCOFF::SectionHeaderSize32; in assignAddressesAndIndices()
H A DWasmObjectWriter.cpp223 uint32_t SectionCount = 0; member in __anonc88d2daf0111::WasmObjectWriter
362 Section.Index = SectionCount++; in startSection()
1402 SectionCount = 0; in writeOneObject()
1890 Entry.Index += SectionCount; in writeOneObject()