Searched refs:getOptionSpelling (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp38 static const std::string getOptionSpelling(const Record &R, function
50 static const std::string getOptionSpelling(const Record &R) { function
52 return getOptionSpelling(R, PrefixLength);
58 write_cstring(OS, StringRef(getOptionSpelling(R, PrefixLength)));
72 write_cstring(OS, StringRef(getOptionSpelling(R)));

Completed in 146 milliseconds