Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h275 return GetUInt64Value(); in GetValueAs()
373 std::optional<uint64_t> GetUInt64Value() const;
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp431 std::optional<uint64_t> OptionValue::GetUInt64Value() const { in GetUInt64Value() function in OptionValue