Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h324 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr() function
423 void apply(Option &O) const { O.setValueStr(Desc); } in apply()
/llvm-project/llvm/unittests/Support/
H A DCommandLineTest.cpp131 Retrieved->setValueStr(ValueString); in TEST()