Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h334 return SetEnumerationValue(t); in SetValueAs()
363 bool SetEnumerationValue(int64_t value);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp312 bool OptionValue::SetEnumerationValue(int64_t value) { in SetEnumerationValue() function in OptionValue