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

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp298 uint16_t SectionCount = 0; member in class:__anon2105::XCOFFObjectWriter
485 SectionCount = 0;
987 W.write<uint16_t>(SectionCount);
1194 SecEntry.Index = ++SectionCount;
1261 SectionCount * XCOFF::SectionHeaderSize64)
1263 SectionCount * XCOFF::SectionHeaderSize32)) +
1389 SectionCount++;
1475 SectionCount++;
1510 SectionCount++;
1519 SectionCount
[all...]
H A DWasmObjectWriter.cpp242 uint32_t SectionCount = 0; member in class:__anon2103::WasmObjectWriter
383 Section.Index = SectionCount++;
1458 SectionCount = 0;
1944 Entry.Index += SectionCount;

Completed in 120 milliseconds