Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DCommandLineTest.cpp104 Retrieved->setValueStr(ValueString); in TEST()
/external/llvm/include/llvm/Support/
DCommandLine.h238 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr() function
310 void apply(Option &O) const { O.setValueStr(Desc); } in apply()