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

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp66 typedef std::vector<DecoderFixup> FixupList; typedef in namespace:__anon10824
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();
1366 TableInfo.FixupStack.push_back(FixupList());
2050 TableInfo.FixupStack.push_back(FixupList());

Completed in 114 milliseconds