Searched refs:getOptionName (Results 1 – 2 of 2) sorted by relevance
89 static const std::string getOptionName(const Record &R) { in getOptionName() function173 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()
91 const char *getOptionName(OptSpecifier id) const { in getOptionName() function