Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h275 bool SetEnumerationValue(int64_t value);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp313 bool OptionValue::SetEnumerationValue(int64_t value) { in SetEnumerationValue() function in OptionValue
H A DOptionValueProperties.cpp346 return value->SetEnumerationValue(new_value); in SetPropertyAtIndexAsEnumeration()