Home
last modified time | relevance | path

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

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