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