Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp91 typedef std::vector<FixupList> FixupScopeList; typedef
96 FixupScopeList FixupStack;
738 FixupScopeList::iterator Source = TableInfo.FixupStack.end() - 1; in emitTableEntry()
739 FixupScopeList::iterator Dest = Source - 1; in emitTableEntry()