Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp448 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local
449 OS << "in" << ColName; in emitMapFuncBody()
451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
484 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local
485 OS << ", enum " << ColName << " in" << ColName; in emitTablesWithFunc()
527 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local
528 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()