Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h290 if (std::optional<int64_t> value = GetEnumerationValue()) in GetValueAs()
359 std::optional<int64_t> GetEnumerationValue() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp303 std::optional<int64_t> OptionValue::GetEnumerationValue() const { in GetEnumerationValue() function in OptionValue