OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsUnquotedString
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
CodeGenMapTable.cpp
108
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/
TGParser.cpp
90
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
()
[
all
...]
Record.cpp
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
476
///
getAsUnquotedString
- Convert this value to a string form,
480
virtual std::string
getAsUnquotedString
() const { return getAsString(); }
763
virtual std::string
getAsUnquotedString
() const { return Value; }
[
all
...]
Completed in 32 milliseconds