Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h277 return GetSInt64Value(); in GetValueAs()
370 std::optional<int64_t> GetSInt64Value() const;
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp399 std::optional<int64_t> OptionValue::GetSInt64Value() const { in GetSInt64Value() function in OptionValue