Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h268 return GetUInt64Value(); in GetValueAs()
370 std::optional<uint64_t> GetUInt64Value() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp429 std::optional<uint64_t> OptionValue::GetUInt64Value() const { in GetUInt64Value() function in OptionValue