Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h270 return GetSInt64Value(); in GetValueAs()
367 std::optional<int64_t> GetSInt64Value() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp397 std::optional<int64_t> OptionValue::GetSInt64Value() const { in GetSInt64Value() function in OptionValue