Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp89 typedef std::vector<FixupList> FixupScopeList; typedef
94 FixupScopeList FixupStack;
748 FixupScopeList::iterator Source = TableInfo.FixupStack.end() - 1; in emitTableEntry()
749 FixupScopeList::iterator Dest = Source - 1; in emitTableEntry()