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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp143 uint16_t SectionCount = 0; member in class:__anon1942::XCOFFObjectWriter
240 SectionCount = 0;
508 W.write<uint16_t>(SectionCount);
612 SectionCount++;
652 SectionCount * sizeof(XCOFF::SectionHeader32);
H A DWasmObjectWriter.cpp257 uint32_t SectionCount = 0; member in class:__anon1938::WasmObjectWriter
364 Section.Index = SectionCount++;

Completed in 183 milliseconds