Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp65 typedef std::vector<DecoderFixup> FixupList; typedef
66 typedef std::vector<FixupList> FixupScopeList;
584 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
588 for (FixupList::const_reverse_iterator I = Fixups.rbegin(), in resolveTableFixups()
613 TableInfo.FixupStack.push_back(FixupList()); in emitTableEntry()
628 FixupList &CurScope = TableInfo.FixupStack.back(); in emitTableEntry()
1336 TableInfo.FixupStack.push_back(FixupList()); in emitSingletonTableEntry()
2182 TableInfo.FixupStack.push_back(FixupList()); in run()