Home
last modified time | relevance | path

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

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