Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DCommandLineTest.cpp121 Retrieved->setValueStr(ValueString); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h303 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr() function
381 void apply(Option &O) const { O.setValueStr(Desc); } in apply()
/external/llvm/include/llvm/Support/
DCommandLine.h291 void setValueStr(StringRef S) { ValueStr = S; } in setValueStr() function
365 void apply(Option &O) const { O.setValueStr(Desc); } in apply()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h208 void setValueStr(const char *S) { ValueStr = S; } in setValueStr() function
283 void apply(Option &O) const { O.setValueStr(Desc); } in apply()