Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp450 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local
451 OS << "in" << ColName; in emitMapFuncBody()
453 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
485 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local
486 OS << ", enum " << ColName << " in" << ColName; in emitTablesWithFunc()
530 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local
531 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()