Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h322 bool SetValueAs(llvm::StringRef v) { return SetStringValue(v); } in SetValueAs()
383 bool SetStringValue(llvm::StringRef new_value);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp422 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue() function in OptionValue