Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h293 bool SetStringValue(llvm::StringRef new_value);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp415 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue() function in OptionValue
H A DOptionValueProperties.cpp443 return value->SetStringValue(new_value); in SetPropertyAtIndexAsString()