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.cpp447 std::string ColName = ColFields->getElement(J)->getAsUnquotedString(); in emitMapFuncBody() local
448 OS << "in" << ColName; in emitMapFuncBody()
450 OS << ColName << "_" << ColumnI->getElement(J)->getAsUnquotedString(); in emitMapFuncBody()
479 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local
480 OS << ", enum " << ColName << " in" << ColName; in emitTablesWithFunc()
521 std::string ColName = ColFields->getElement(J)->getAsUnquotedString(); in emitEnums() local
522 auto &MapEntry = ColFieldValueMap[ColName]; in emitEnums()