Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DOptParserEmitter.cpp84 static const std::string getOptionName(const Record &R) { in getOptionName() function
168 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()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DOptions.java168 String bitName = getOptionName(singleBit); in getOptionsString()
256 private String getOptionName(int option) in getOptionName() method in Options
/external/llvm/include/llvm/Option/
DOptTable.h89 const char *getOptionName(OptSpecifier id) const { in getOptionName() function