Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp448 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local
449 OS << " if (in" << ColName; in emitMapFuncBody()
451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
483 std::string ColName = ColFields->getElement(i)->getAsUnquotedString(); in emitTablesWithFunc() local
484 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()
526 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local
527 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()