Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp205 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
289 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() local
290 Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable()
302 ListInit *CurValueCol) { in getInstrForColumn() argument
328 Init *ColFieldJVallue = CurValueCol->getElement(j); in getInstrForColumn()
346 CurValueCol->getAsString() + "'"); in getInstrForColumn()