Lines Matching refs:ExpectedIndex
367 uint32_t ExpectedIndex = 0; in writeSectionContent() local
369 if (Sig.Index != ExpectedIndex) { in writeSectionContent()
373 ++ExpectedIndex; in writeSectionContent()
446 uint32_t ExpectedIndex = NumImportedTables; in writeSectionContent() local
448 if (Table.Index != ExpectedIndex) { in writeSectionContent()
452 ++ExpectedIndex; in writeSectionContent()
477 uint32_t ExpectedIndex = NumImportedGlobals; in writeSectionContent() local
479 if (Global.Index != ExpectedIndex) { in writeSectionContent()
483 ++ExpectedIndex; in writeSectionContent()
521 uint32_t ExpectedIndex = NumImportedFunctions; in writeSectionContent() local
525 if (Func.Index != ExpectedIndex) { in writeSectionContent()
529 ++ExpectedIndex; in writeSectionContent()