Home
last modified time | relevance | path

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

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