Searched defs:FixupList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp66 typedef std::vector<DecoderFixup> FixupList; typedef in namespace:__anon21910
67 typedef std::vector<FixupList> FixupScopeList;
609 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups,
613 for (FixupList::const_reverse_iterator I = Fixups.rbegin(),
638 TableInfo.FixupStack.push_back(FixupList());
657 FixupList &CurScope = TableInfo.FixupStack.back();
1371 TableInfo.FixupStack.push_back(FixupList());
2055 TableInfo.FixupStack.push_back(FixupList());

Completed in 45 milliseconds