Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DOptParserEmitter.cpp91 static const std::string getOptionName(const Record &R) { in getOptionName() function
175 OS << ", "<< getOptionName(R); in EmitOptParser()
183 OS << getOptionName(*DI->getDef()); in EmitOptParser()
222 OS << ", "<< getOptionName(R); in EmitOptParser()
232 OS << getOptionName(*DI->getDef()); in EmitOptParser()
239 OS << getOptionName(*DI->getDef()); in EmitOptParser()
/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DOptTable.h99 const char *getOptionName(OptSpecifier id) const { in getOptionName() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td2920 static const char *getOptionName(int Option) {
2949 OS << ' ' << getOptionName(option) << getValueString(Policy);
2986 return getOptionName(option) + getValueString(Policy);