Searched refs:getAsUnquotedString (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp108 FilterClass = Filter->getValue()->getAsUnquotedString();
276 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString();
277 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
339 std::string CurInstrVal = CurInstrInit->getAsUnquotedString();
341 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
448 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
483 std::string ColName = ColFields->getElement(i)->getAsUnquotedString();
526 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
550 OS << "\t" << (*II).first << "_" << FieldValues[i]->getAsUnquotedString();
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.cpp90 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
107 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
127 ValName->getAsUnquotedString() + "' more than once");
139 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + "' of type '"
181 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
286 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString()
2321 + DefmPrefix->getAsUnquotedString() + "'");
2388 utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
H A DRecord.cpp1684 if (TrackedRecords.getDef(Name->getAsUnquotedString()) == this) {
1685 TrackedRecords.removeDef(Name->getAsUnquotedString());
1687 } else if (TrackedRecords.getClass(Name->getAsUnquotedString()) == this) {
1688 TrackedRecords.removeClass(Name->getAsUnquotedString());
1724 + RV->getValue()->getAsUnquotedString() + ")"
/external/llvm/include/llvm/TableGen/
H A DRecord.h476 /// getAsUnquotedString - Convert this value to a string form,
480 virtual std::string getAsUnquotedString() const { return getAsString(); } function in class:llvm::Init
763 virtual std::string getAsUnquotedString() const { return Value; } function in class:llvm::StringInit
1067 return getNameInit()->getAsUnquotedString();
1351 return getNameInit()->getAsUnquotedString();
1436 return getNameInit()->getAsUnquotedString();

Completed in 278 milliseconds