Searched refs:getOptionName (Results 1 – 3 of 3) sorted by relevance
84 static const std::string getOptionName(const Record &R) { in getOptionName() function168 OS << ", "<< getOptionName(R); in EmitOptParser()176 OS << getOptionName(*DI->getDef()); in EmitOptParser()212 OS << ", "<< getOptionName(R); in EmitOptParser()220 OS << getOptionName(*DI->getDef()); in EmitOptParser()227 OS << getOptionName(*DI->getDef()); in EmitOptParser()
168 String bitName = getOptionName(singleBit); in getOptionsString()256 private String getOptionName(int option) in getOptionName() method in Options
89 const char *getOptionName(OptSpecifier id) const { in getOptionName() function