Lines Matching refs:ExpectedIndex
341 uint32_t ExpectedIndex = 0; in writeSectionContent() local
343 if (Sig.Index != ExpectedIndex) { in writeSectionContent()
347 ++ExpectedIndex; in writeSectionContent()
420 uint32_t ExpectedIndex = NumImportedTables; in writeSectionContent() local
422 if (Table.Index != ExpectedIndex) { in writeSectionContent()
426 ++ExpectedIndex; in writeSectionContent()
442 uint32_t ExpectedIndex = NumImportedEvents; in writeSectionContent() local
444 if (Event.Index != ExpectedIndex) { in writeSectionContent()
448 ++ExpectedIndex; in writeSectionContent()
457 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent() local
459 if (Global.Index != ExpectedIndex) { in writeSectionContent()
463 ++ExpectedIndex; in writeSectionContent()
486 uint32_t ExpectedIndex = NumImportedFunctions; in writeSectionContent() local
490 if (Func.Index != ExpectedIndex) { in writeSectionContent()
494 ++ExpectedIndex; in writeSectionContent()