Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h331 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr() function
430 void apply(Option &O) const { O.setValueStr(Desc); } in apply()