Home
last modified time | relevance | path

Searched defs:getOptionName (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptTable.h113 StringRef getOptionName(OptSpecifier id) const { return getInfo(id).Name; } in getOptionName() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DOptParserEmitter.cpp22 static std::string getOptionName(const Record &R) { in getOptionName() function