Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h264 bool SetEnumerationValue(int64_t value);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp313 bool OptionValue::SetEnumerationValue(int64_t value) { in SetEnumerationValue() function in OptionValue
H A DOptionValueProperties.cpp340 return value->SetEnumerationValue(new_value); in SetPropertyAtIndexAsEnumeration()