Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h329 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr() function
429 void apply(Option &O) const { O.setValueStr(Desc); } in apply()