reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/FixedLenDecoderEmitter.cpp
  668   TableInfo.FixupStack.emplace_back();
  683       FixupList &CurScope = TableInfo.FixupStack.back();
  721   assert(TableInfo.FixupStack.size() > 1 && "fixup stack underflow!");
  722   FixupScopeList::iterator Source = TableInfo.FixupStack.end() - 1;
  725   TableInfo.FixupStack.pop_back();
  730     TableInfo.FixupStack.back().push_back(PrevFilter);
 1283   TableInfo.FixupStack.back().push_back(TableInfo.Table.size());
 1379     TableInfo.FixupStack.back().push_back(TableInfo.Table.size());
 1423     TableInfo.FixupStack.back().push_back(TableInfo.Table.size());
 1438   TableInfo.FixupStack.emplace_back();
 1442   resolveTableFixups(TableInfo.Table, TableInfo.FixupStack.back(),
 1444   TableInfo.FixupStack.pop_back();
 2487     TableInfo.FixupStack.clear();
 2489     TableInfo.FixupStack.emplace_back();
 2493     assert(TableInfo.FixupStack.size() == 1 && "fixup stack phasing error!");
 2495     resolveTableFixups(TableInfo.Table, TableInfo.FixupStack.back(),
 2497     TableInfo.FixupStack.clear();