Home
last modified time | relevance | path

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

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