Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDOptParserEmitter.cpp89 static const std::string getOptionName(const Record &R) { in getOptionName() function
173 OS << ", "<< getOptionName(R); in EmitOptParser()
181 OS << getOptionName(*DI->getDef()); in EmitOptParser()
217 OS << ", "<< getOptionName(R); in EmitOptParser()
225 OS << getOptionName(*DI->getDef()); in EmitOptParser()
232 OS << getOptionName(*DI->getDef()); in EmitOptParser()
/trueos/contrib/llvm/include/llvm/Option/
HDOptTable.h91 const char *getOptionName(OptSpecifier id) const { in getOptionName() function