Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h304 bool SetStringValue(llvm::StringRef new_value);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp415 bool OptionValue::SetStringValue(llvm::StringRef new_value) { in SetStringValue() function in OptionValue
H A DOptionValueProperties.cpp472 return value->SetStringValue(new_value); in SetPropertyAtIndexAsString()