Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptionParserEmitter.cpp48 static std::string getOptionPrefixedName(const Record &R) { in getOptionPrefixedName() function
288 Table.GetOrAddStringOffset(getOptionPrefixedName(R)); in emitOptionParser()
416 writeStrTableOffset(OS, Table, getOptionPrefixedName(R)); in emitOptionParser()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOption.h141 return Owner->getOptionPrefixedName(Info->ID); in getPrefixedName()
H A DOptTable.h215 StringRef getOptionPrefixedName(OptSpecifier id) const { in getOptionPrefixedName() function