Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp67 typedef std::vector<FixupList> FixupScopeList; typedef
72 FixupScopeList FixupStack;
668 FixupScopeList::iterator Source = TableInfo.FixupStack.end() - 1; in emitTableEntry()
669 FixupScopeList::iterator Dest = Source - 1; in emitTableEntry()